Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 310 Bytes

File metadata and controls

14 lines (10 loc) · 310 Bytes

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