Skip to content

funwiche/nodejs-realtime-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs Realtime Chat App

Instant messaging app with Expressjs and Socket.io

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

Development Server

Start the development server on http://localhost:3001

# yarn
yarn dev

# npm
npm run dev