Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 213 Bytes

File metadata and controls

19 lines (11 loc) · 213 Bytes

rxjs-socket.io

Here is how to run the code

Server: From the server folder

1-npm install

2-node server.js

Client: From the client folder

1-npm install

2-typings install

3-ng serve (assumes Angular CLI)