Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 3.35 KB

README.md

File metadata and controls

58 lines (41 loc) · 3.35 KB

rustlang first order async/await

Where can I/O take us?

roadmap and goals

  1. get up to speed on current ecosystem

  2. convert 0.1 future into 0.3 future

  3. convert 0.3 future back into 0.1 future

  4. combine all of this into actix-web service/endpoint

  5. convert 0.3 stream into Node.js compatible stream

  6. build a Rust -> NodeJS webserver with NGINX potentially on top

links and resources

general:

what can we do with futures?:

futures compatibility:

traits and impls:

actix and actix-web:

tokio: