test.io

Online tool to test your Socket.io project

View the Project on GitHub yavrumian/test.io

Iotest (testio.js.org)

Iotest is a simple but useful online tool for socket.io testing io-tester.herokuapp.com

Installation

Use the package manager npm to install Iotest.

$ git clone https://github.com/yavrumian/test.io
$ cd test.io
$ npm i

Usage

Run

$ npm start

then simply visit http://localhost:8080 to use iotest.

Also, you can change port variable in /iotest/app.js to run tool on another port

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update the tests as appropriate.

License

MIT