Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T14:27:08.000Z (almost 3 years ago)
- Last Synced: 2023-08-02T03:37:08.287Z (over 1 year ago)
- Topics: socket, socket-io, socket-io-tester, test-socket
- Language: JavaScript
- Homepage:
- Size: 1.87 MB
- Stars: 4
- Watchers: 2
- 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/).
[![dependency status](https://david-dm.org/lludol/socket-io-tester.svg)](https://david-dm.org/lludol/socket-io-tester)
[![dev-dependencies status](https://david-dm.org/lludol/socket-io-tester/dev-status.svg)](https://david-dm.org/lludol/socket-io-tester#info=devDependencies)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](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)