udemy-jverd / chat-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 61.8%Language:CSS 22.5%Language:HTML 15.7%