Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 430 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 430 Bytes

Ways to contribute in this repo

  • Add a simple login/screen for the users using the chat App
  • Add an option to make chat rooms available
  • Implement End to End excryption

About the repo

This is a simple application based on the websocket protocol. Since, all browsers don't support websockets as of now, so we go for socket.io API which fall back to long polling in case of no support of websocket protocol.

Thanks