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.

Building Realtime APIs in Rust

71 pointsby squiguy7about 8 years ago

3 comments

wyldfireabout 8 years ago
Where "realtime" here means "live" or "event-driven" maybe.
评论 #14001776 未加载
mfukarabout 8 years ago
Not realtime as in real-time system, but as in representing wall-clock changes.
6d65about 8 years ago
Looks really interesting.<p>I&#x27;ve started to notice a series new http&#x2F;web libraries that are using futures-rs and tokio-rs under hood.<p>Yours look really clean. Keep up the good work.