Skip to content

Example client to receive ultra sound relay top bid updates through a websocket.

Notifications You must be signed in to change notification settings

ultrasoundmoney/top-bid-websocket-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Top Bid Websocket Client

Example top bid websocket client for the ultra sound relay. Shows demonstrates mainly:

  1. how to decode the bytes received.
  2. how to keep the websocket alive.
  3. how to close websocket when done.

Try to be efficient with your websocket connections. The top bid may update thousands of times a second. Pushing updates to hundreds of superfluous or dangling connections slows down the auction for everyone.

About

Example client to receive ultra sound relay top bid updates through a websocket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages