Skip to content

The server sent events example, built with Bazel

Notifications You must be signed in to change notification settings

drewwiens-spikes/sse-a2-example

 
 

Repository files navigation

Example SSE Angular 2 Application

This project uses angular-cli.

Its purpose is to demonstrate techniques for working with streaming data flow in a Angular 2 application. Its data comes from a server which generates fake foreign currency exchange data. You can get that server code from:

https://github.com/OasisDigital/sse-example-server

Running

First go also clone and run the example server linked above. Then:

npm install
npm start

http://localhost:4200/

Useful Links:

RxJS 6 Documentation

Contact

Author:

Kyle Cordes, @kylecordes, http://kylecordes.com

Angular Boot Camp training:

https://angularbootcamp.com/

Our blog:

http://blog.oasisdigital.com/

Our other services:

http://oasisdigital.com/

About

The server sent events example, built with Bazel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.6%
  • HTML 17.1%
  • JavaScript 11.8%
  • CSS 0.5%