emp-chat-node

1.0.1 • Public • Published

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

/emp-chat-node/

    Package Sidebar

    Install

    npm i emp-chat-node

    Weekly Downloads

    1

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    3.76 kB

    Total Files

    3

    Last publish

    Collaborators

    • mahendraempyreal