Bummer! You must be logged in to access this page.

Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Node's async I/O functionality in Python

Now that libuv (which supports node) is also available for python (pyuv) does this mean that I can use python for the same use cases as I would otherwise want to use Node, like real time apps?

I would love to not have to write javascript on the server side since python is much more elegant so if anyone knows whether or not this library effectively mimics node's use cases, please let me know.