A simple proxy used to test Socket.io based servers which allows to emit & receive events, and review the JSON payloads in a convenient JSON viewer.
- Download files
- Update the following in server.js:
eventsListening - Events that will be forwarded FROM the server.
eventsEmitting - Events that will be forwarded TO the server.
serverPath - Server path to bind to. - Deploy & run on a server of your choice.
- Enjoy
#Listening to all socket.io eventsEmitting If eventListening array includes '*', all events will be displayed:
var eventsListening = ['*'];