0.0.5 • Published 6 years ago

sucko v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Sucko is a tool to test your socket.io events

Install

Using npm

npm install sucko

Using yarn

yarn add sucko

Usage

const Sucko = require('sucko');
const sucko = new Sucko({ port: 3000 }); //Port of your socket server.
sucko.listen(4444); //Choose a port to host the sucko application, default port is 4444

Author

šŸ‘¤ Dagur Leo

Show your support

Give a ā­ļø if this project helped you!


This README was generated with ā¤ļø by readme-md-generator

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago