Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 870 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 870 Bytes

NxChat

Simple private chat application using NodeJs + websocket (Socket.Io)

Monorepo: Nx
Backend: Nestjs
Frontend: Angular
Css toolkit: TailwindCss

WalahApp

How to Install

clone project git clone https://github.com/madipta/nx-chat.git

go to nx-chat folder and install packages

cd nx-chat
run npm install or yarn

How to Run

run angular web server nx serve

run nest api server nx serve api

Demo

open http://localhost:4200 in two or more different browser with different user, ex:

No Browser Username
1 Chrome vima
2 Firefox carl

available user is hardcoded in data/user-list.ts
vima, carl, sal, giu, tony, vingi, alevo, luci
no password is required

USE DIFFERENT BROWSER!