Node js server on Amazon S3 & Cloudfront -
i'm trying create simple node js server on amazon aws (s3 & cloudfront). here step followed :
- created aws account
- created bucket on s3
- created cloudfront web distribution
everything working well, next step install node js server , run ?
any appreciated thanks
s3 not server, it's storage static files.
you need setup ec2 , install node server it.
if want serve static js lib clients, can use s3 bucket , cloudfront.
Comments
Post a Comment