amazon web services - Deploy python web server on AWS Elastic Beanstalk -


i'm deploying python web server on aws , have question it. i'm using websocket communicate between end , front end.

  1. do have use framework django or flask?
  2. if not, should put index.html file? in other word, after deploying, how aws know default page of application?

thanks in advance.

aws doesn't "know" content. webserver install configured point "root" directory in index.html (or equivalent) should be.

since depends on webserver (django, flask, jinja etc) install - should lookup documentation!


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -