Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 351 Bytes

readme.md

File metadata and controls

24 lines (15 loc) · 351 Bytes

socket-io-legacy

Re exported legacy socket libs

Install

$ npm install @gradeup/socket-io-legacy

Usage

const { io, emitter, redis }= require('@gradeup/socket-io-legacy');
// io => socket.io
// emitter => socket.io-emitter
// redis => socket.io-redis

License

MIT © Nikhil Srivastava