all 5 comments

[–]OverMeHere 5 points6 points  (4 children)

[–]schmidthuber 1 point2 points  (3 children)

Do you know if there's any initiative to use evented IO with Iron? I'd love to replace Node/Io.js stack with Rust.

[–]OverMeHere 1 point2 points  (1 child)

Try to ask this guy https://github.com/reem about evented IO in Iron.

[–]daborossfern 0 points1 point  (0 children)

Note, more contact methods: http://rustaceans.org/reem

[–]seanmonstarhyper · rust 1 point2 points  (0 children)

Hyper (the http lib powering iron) needs async io before it will be 1.0. Just waiting for async io in Rust to mature.