1.0.1 • Published 3 years ago

emp-chat-node v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Node JS Package for chat using socket io

1. Install package in your node app using below command

npm i emp-chat-node

2. Open your main nodejs (index.js) file and add below code in it

const socketHelper = require("emp-chat-node");

// creating socket io instance
socketHelper(http);

where http is your server created variable
1.0.1

3 years ago

1.0.0

3 years ago