Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 309 Bytes

File metadata and controls

16 lines (12 loc) · 309 Bytes

simple-chat

Simple chat service using Socket.io and AngularJS.

Build

Run grunt

#features Real-time communication using Socket.io (Server responds with a dummy message). Users (stored ind MongoDB) Encrypted passwords Responsive design using Angular material. JWT authentication

#to-do Unit testing