Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 944 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 944 Bytes

NodeOnlineBuzzer

Online Buzzer System using websocket

Installation:

git clone https://github.com/anddyyyy46/NodeOnlineBuzzer.git
npm i

make sure that environment variables are set:

process.env.DbUser
process.env.pwDb
process.env.DbIP
process.env.DbPORT
process.env.DbName
process.env.wssDomain

and run it with: node index.js

Preview