Skip to content

A Demo application demonstrating the use of RXJS with WebSockets using fake flight information.

Notifications You must be signed in to change notification settings

Podginator/WebsocketFlightsRxJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RXJS Flights

A brief demo application to show how to use RXJS with Websockets in order to create a realtime flight update map that prints values based on an incoming print message and updates when a new flight import is seen.

Technologies Used

  • Express for Websockets (Fake API)
  • RxJS
  • Websockets
  • Typescript
  • Axios

Testing

An example server is provided. Run this with npm run start-server It will provide some flights, updates, and periodically will print the late messages.

About

A Demo application demonstrating the use of RXJS with WebSockets using fake flight information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published