Simple private chat application using NodeJs + websocket (Socket.Io)
Monorepo: Nx
Backend: Nestjs
Frontend: Angular
Css toolkit: TailwindCss
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
run angular web server
nx serve
run nest api server
nx serve api
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!