Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket.io.Emitter

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.

Usage

  1. Download files
  2. 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.
  3. Deploy & run on a server of your choice.
  4. Enjoy

#Listening to all socket.io eventsEmitting If eventListening array includes '*', all events will be displayed:

var eventsListening = ['*'];

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages