Reputation: 1454
I have a server on localhost 3000. I want to show the requests coming from a remote application
to this server in a browser . How can I achieve this ?
Upvotes: 0
Views: 127
Reputation: 11079
Basic long polling solution:
Neat HTML5 websockets solution:
Maybe checkout http://pusherapp.com for more info on websockets.
Upvotes: 2