Skip to content

Simple implementation of a chat app with raw WebSocket completely for educational purposes.

Notifications You must be signed in to change notification settings

MISabic/realtime-chat-nodejs-raw-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime chat with NodeJS and raw websocket

Live version of the application: https://realtimechat-websocket.herokuapp.com

Installation

  • Clone the repository.
  • Rename example.env to .env and add the allowed origins.
  • Run the following commands in the terminal.
npm install
npm start

About

Simple implementation of a chat app with raw WebSocket completely for educational purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published