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

https://github.com/peterdee/deepseen-websockets-test-client

Testing utility for the Deepseen project
https://github.com/peterdee/deepseen-websockets-test-client

expressjs jquery node socket-io websockets

Last synced: 2 months ago
JSON representation

Testing utility for the Deepseen project

Awesome Lists containing this project

README

          

## deepseen-sockets-test-client

Testing utility for the Deepseen project

This application's logic is going to be moved into a proper React Native application

Stack: [Node](https://nodejs.org), [Express](http://expressjs.com), [Socket.IO](https://socket.io), [jQuery](https://jquery.com)

DEV: http://localhost:3000

### Deploy

```shell script
git clone https://github.com/peterdee/deepseen-websockets-test-client
cd ./deepseen-websockets-test-client
nvm use 14
npm i
```

### Launch

```shell script
npm start
```

### License

[MIT](LICENSE)