Skip to content

mkusz/ng2_websockets_quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng2_websockets_quickstart

This is a short example how to use websockets in Angular2.

In this example you can see a very simple reconnection algorithm without any external websocket implementation.

It can be run using example echo websocket from www.websocket.org or by running local Python websocket serwer (Tornado). Websocket from Python can also be configured to run in pushing message mode (no data send from web browser). Just read commments in code.

To run this example you need to use npm and run Python script (works for Python > 2.7).

About

Angular 2.0.0-beta.1 with websocket quickstart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published