Skip to content

A Streaming API allows a system to connect to an endpoint and receive updates, allowing it to catch up if the system went offline by mistake.

Notifications You must be signed in to change notification settings

marceldupr/streamingapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streaming API Prototype

This is an experiment in using SignalR to create a streaming API.

A Streaming API allows a system to connect to an endpoint and receive updates, allowing it to catch up if the system went offline by mistake. This reduces the huge amount of load when servers connect to Restful endpoints and try to pull down all changed data via polling. This prototype was designed for Tesco Counters that need constant product updates and to cater for bad connnections or faults.

About

A Streaming API allows a system to connect to an endpoint and receive updates, allowing it to catch up if the system went offline by mistake.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages