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
- Host: GitHub
- URL: https://github.com/peterdee/deepseen-websockets-test-client
- Owner: peterdee
- License: mit
- Created: 2020-09-16T12:55:15.000Z (almost 6 years ago)
- Default Branch: stage
- Last Pushed: 2021-02-08T08:02:11.000Z (over 5 years ago)
- Last Synced: 2025-03-14T16:49:12.323Z (over 1 year ago)
- Topics: expressjs, jquery, node, socket-io, websockets
- Language: JavaScript
- Homepage: http://localhost:3000
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)