Skip to content

VinayChaurasiyaA/chat-application

Repository files navigation

chat-application

Installation


Chat application is based on the web networking which follows the rule that whenever admin gives the access all other client server can act onto it.

$ git clone https://github.com/VinayChaurasiyaA/chat-application.git
$ cd ../client/chat-app
$ npm install
$ npm start

$ run java server

Spring implemtation initially we implemented using webSocket WebSocket is a communication protocol that makes it possible to establish a two-way communication channel between a server and a client. WebSocket works by first establishing a regular HTTP connection with the server and then upgrading it to a bidirectional websocket connection by sending an Upgrade header. WebSocket is supported in most modern web browsers and for browsers that don’t support it, we have libraries that provide fallbacks to other techniques like comet and long-polling.

Screenshot (93)

Screenshot (94)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published