Skip to content

aryehbeitz/sockets_node_angular9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published