Skip to content

madipta/nx-chat

Repository files navigation

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!

About

Simple chat application via websocket using Nx, Nestjs, Angular and TailwindCSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published