Node.js TCP Socket Server on the Cloud [Heroku/AppFog]
问题 Is is possible to run a Node.js TCP Socket oriented application on the Cloud , more specifically on Heroku or AppFog . It's not going to be a web application, but a server for access with a client program. The basic idea is to use the capabilities of the Cloud - scaling and an easy to use platform. I know that such application could easily run on IaaS like Amazon AWS , but I would really like to take advantage of the PaaS features of Heroku or AppFog . 回答1: I am reasonably sure that doesn't