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
Post a Comment