Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 258 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 258 Bytes

chat-app-using-nodejs-socketio-angularjs

installation

npm install

Database

Mongodb
Create database with the name 'chat'

Run

node server.js

Add Chat Room

URL : <hostName>:8080/postRooms
data : { "roomName":"" }