jmg/node-simple-chat

External Webserver

mrmarktyy opened this issue · 1 comments

Hi, It's a very good example of realtime chat demo with socket.io

But I am wondering how to setup such demo on a webserver with public ip address, so that it is accessible from Internet ? Thank you

Figured it out, what I need is a reverse proxy server to route all request to a specific port on localhost or somewhere else.