this is just a simple socket-based echo server, running on amazon elastic beanstalk in nodejs with socket.io
to run this test:
- install node dependendencies with
npm install
- launch the app with
node app.js
- point your browser to http://localhost:8888
to install it on elastic beanstalk, follow the guide linked in the ref section of this doc, then disable nginx proxy as shown in the screenshot below
-
develop & deploy, guides for nodejs, ruby, python, php and java on tomcat. http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_nodejs.sdlc.html
-
disable proxy when running socket.io: http://stackoverflow.com/questions/15907302/websockets-with-socket-io-on-aws-elastic-beanstalk