Skip to content

GIsacura/online-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Online Chat

Real-time online chat, in which multiple users can connect and send messages

Installation

Frontend (port 3000)

  cd frontend
  npm install
  npm run build
  npm run start

Backend (port 3001)

  cd backend
  pnpm install
  pnpm run start:prod

Usage/Examples

Open the app in two diferents tabs or browsers and start chatting

Tech Stack

Next, Nest, Typescript, Socket.io

About

Online chat with Astro, Nest and socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors