Skip to content

pushing a bunch of live crypto data in web sockets, watch the data stream and vibe :)

Notifications You must be signed in to change notification settings

arvryna/crypto-socket-streamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Over the weekend, I built a side project, a web socket streaming server (in Golang) for real time crypto data using https://alpaca.markets API. I could not use their real API as they ask too much info, but i consumed their simulated paper API (chart looks misleading though). It was fun & interesting to build it.

Flow of data

->> fetcher(FAN-IN) -> emitter(FAN-OUT) ->> client

NOTE:

-should not be used as metric to see the code quality / consumption . this is just an experimental work and built for fun to push a bunch of live trade data in web socket, just watch the flow and enjoy : )

screen

About

pushing a bunch of live crypto data in web sockets, watch the data stream and vibe :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published