Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 388 Bytes

readme.md

File metadata and controls

37 lines (21 loc) · 388 Bytes

Basic client/server chat nodejs/angular9

setup

cd client && npm ci && cd ../server && npm ci && cd ..

run server

node server/src/index.js

run client

cd client
ng serve

Now open several browsers to http://localhost:4200

chat in each will be echoed in all

debugging:

node-inspect src/index.js

then open chrome://inspect/#devices