https://github.com/lludol/socket-io-tester
A simple application to test sockets from socket.io.
https://github.com/lludol/socket-io-tester
socket socket-io socket-io-tester test-socket
Last synced: about 1 year ago
JSON representation
A simple application to test sockets from socket.io.
- Host: GitHub
- URL: https://github.com/lludol/socket-io-tester
- Owner: lludol
- License: mit
- Created: 2016-03-30T17:06:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T14:27:08.000Z (over 4 years ago)
- Last Synced: 2025-04-23T18:04:57.956Z (about 1 year ago)
- Topics: socket, socket-io, socket-io-tester, test-socket
- Language: JavaScript
- Homepage:
- Size: 1.87 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# socket-io-tester
> A simple application to test sockets from [socket.io](http://socket.io/).
[](https://david-dm.org/lludol/socket-io-tester)
[](https://david-dm.org/lludol/socket-io-tester#info=devDependencies)
[](http://commitizen.github.io/cz-cli/)
# Usage
```bash
# Clone this repository
git clone https://github.com/lludol/socket-io-tester.git
# Go into the repository
cd socket-io-tester
# Download dependencies and run the application
npm install && npm start
```
# License
[MIT](LICENSE.md)