An open API service indexing awesome lists of open source software.

https://github.com/serajhqi/socketio-test-client

Socket.IO test client for developers. Chrome extension and Firefox addon are also available.
https://github.com/serajhqi/socketio-test-client

chrome chrome-extension firefox-addon reactjs socketio

Last synced: 10 months ago
JSON representation

Socket.IO test client for developers. Chrome extension and Firefox addon are also available.

Awesome Lists containing this project

README

          

# Socket.IO Test Client For Developers

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

## Browser Extensions

- [Chrome](https://chrome.google.com/webstore/detail/socketio-test-client/ophmdkgfcjapomjdpfobjfbihojchbko?hl=en)
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/socketio-client/)

## Installation

To globally install the app run: (You might need to be sudoer if the path is not set)

```
yarn global add socketio-test-client
```
By running the following command 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:

1. Open the terminal and navigate into the project's root directory
2. Run `yarn` to install the app depedencies
3. By running `yarn dev` 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"