Skip to content

My naive implementation and learning project of JavaScript and nodejs

License

Notifications You must be signed in to change notification settings

skanjalkar/awsWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awsWebsite

My naive implementation and learning project of JavaScript and nodejs

Before running the code, redirect port 3000 to port 80 by running the following in the cloud:

sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3000

About

My naive implementation and learning project of JavaScript and nodejs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published