node.js - What AWS service to use for a nodeJs raw tcp socket chat server -


i developing turn based online mobile board game , used heroku before socketio nodejs server. have shifted raw tcp sockets because don't want overhead , want more in control. problem now, per heroku support, "you cannot open arbitrary tcp connection directly dyno , send data."

question: signed aws , since there whole bunch of services aws offers, best solution nodejs tcp server? thinking of ec2 or serverless webapp. if have thoughts please include pros , cons. thank in advance.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -