Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 322 Bytes

File metadata and controls

14 lines (14 loc) · 322 Bytes

chatAppWithoutAuthentication

Made by the tutorials of netninza

Requires: Nodejs Uses: Socket.io Express Features: Uses broadcasting of messages for chat. #To Run: #npm install in current directory to install node modules #run server using: node index.js #Open browser and open localhost:4000 #Try the app and have fun