UNPKG
ng6-socket-io
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Socket.IO Module for Angular 6 and RxJS6
github.com/vrn-dev/ng6-socket-io
vrn-dev/ng6-socket-io
ng6-socket-io
/
examples
/
chat-app
/
readme.md
18 lines
(9 loc)
•
217 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
download the example
``
`cd chat-app`
``
``
`npm install`
``
``
`node app`
``
open
another terminal
``
`cd chat-app/public`
``
``
`npm install`
``
``
`ng build`
``
then enter
``
`http://localhost:8988/`
``
in your browser.