Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)