/chat-app

A node.js application using websockets to chat in real time with other users

Primary LanguageJavaScript

Chat app

A node.js application from Udemy course to chat in real time with other users.

Install dependencies

npm install

Usage

# node
npm run start
# nodemon
npm run dev

Go on http://localhost:3000