Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 306 Bytes

File metadata and controls

21 lines (20 loc) · 306 Bytes

Node And Angular Socket.io Example

start client

change dir to client

cd client

start angular

npm start

start server

change dir to server

cd server

starting server

npm start

you will See The Response Form Server In http://localhost:4200/ at Your Browser