TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Real-Time tick by tick crypto data in Node.js and without callbacks

4 pointsby tardis_thadover 5 years ago
Hi,<p>I&#x27;ve released Node.js lib that provides real-time market data feeds for top crypto exchanges.<p>It handles data normalization, order book reconstruction, custom trade bars (eg volume based etc), consolidates multiple feeds into one etc. and connects directly to exchanges APIs via WebSockets, has built-in reconnection and stale connection detection logic and more.<p>It also uses async iteration (for await..of) instead of callbacks.<p>https:&#x2F;&#x2F;github.com&#x2F;tardis-dev&#x2F;tardis-node

1 comment

tardis_thadover 5 years ago
GitHub link: <a href="https:&#x2F;&#x2F;github.com&#x2F;tardis-dev&#x2F;tardis-node" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tardis-dev&#x2F;tardis-node</a>