`socketio-test-client` is a devtool to test Socket.IO-based API.
npm install socketio-test-clientsocketio-test-client is a devtool to test Socket.IO-based API.

To globally install the app run: (You might need to be sudoer if the path is not set)
```
yarn global add socketio-test-clienthttp://localhost:8888
By running the following command the default browser opens and serves the app under (tested under Linux OS)
``
socketio-test-client
To manually run the app you might clone the project and:
1. Open the terminal and navigate into the project's root directory
2. Run yarn to install the app depedenciesyarn dev
3. By running the app will be availble under http://localhost:3000`
> Make sure to add CORS to your server if you're getting "connection error: xhr poll error"