Online tool to test your Socket.io project
Iotest is a simple but useful online tool for socket.io testing io-tester.herokuapp.com
Use the package manager npm to install Iotest.
$ git clone https://github.com/yavrumian/test.io
$ cd test.io
$ npm i
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
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.