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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -