Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (socketio-test-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Socket.IO Test Client For Developers
socketio-test-client
is a devtool to test Socket.IO-based API.

Chrome extenstion:
Firefox addon:
https://addons.mozilla.org/en-US/firefox/addon/socketio-client/
To globally install the app run: (You might need to be sudoer)
yarn global add socketio-test-client
By running the following command inside terminal the default browser opens and serves the app under http://localhost:8888
(tested under Linux OS)
socketio-test-client
To manually run the app you might clone the project and:
- Open the terminal and navigate into the project's root directory
- Run
yarn
to install the app depedencies - By running
yarn dev
the app will be availble underhttp://localhost:3000