mkusz / ng2_websockets_quickstart

Angular 2.0.0-beta.1 with websocket quickstart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 45.0%Language:Python 35.4%Language:HTML 19.6%