0.0.5 ā€¢ Published 5 years ago

sucko v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago