1.0.1 • Published 11 months ago

emp-chat-node v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months 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

11 months ago

1.0.0

11 months ago