TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Building Realtime APIs in Rust
71 points
by
squiguy7
about 8 years ago
3 comments
wyldfire
about 8 years ago
Collapse
Where "realtime" here means "live" or "event-driven" maybe.
评论 #14001776 未加载
mfukar
about 8 years ago
Not realtime as in real-time system, but as in representing wall-clock changes.
6d65
about 8 years ago
Looks really interesting.<p>I've started to notice a series new http/web libraries that are using futures-rs and tokio-rs under hood.<p>Yours look really clean. Keep up the good work.