Skip to content

A mock stock price subscription service using SignalR and Rx

Notifications You must be signed in to change notification settings

xyicheng/MockStock

 
 

Repository files navigation

MockStock

Build status

A mock stock price subscription service using SignalR and Rx

Requirements

A (semi-)realistic stock price subscription service would have these key requirements:

  • It won't produce price updates for a stock that no clients are watching
  • The price updates can be randomly generated for the simulation, but...
  • Multiple clients watching the same stock should see the same prices.

Can I use SignalR and Rx to do this effectively?

See it in action, or read the blog post.

About

A mock stock price subscription service using SignalR and Rx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.2%
  • C# 20.4%
  • CSS 5.2%
  • Classic ASP 3.2%