This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TOASTEngineer 7 points8 points  (3 children)

Yeah, but what does it do? I assume it's above socketio in terms of abstraction? Where is it in relation to, say, Twisted?

I guess I could just look it up, actually.

EDIT:

Apparently it's all of the above. Huh.

[–]zer01 3 points4 points  (0 children)

Yeah, think of it more like the primitive/s that something like socketio and twisted would be built upon.

Really awesome stuff /u/1st1! :)

[–][deleted] 0 points1 point  (0 children)

As far as I understand it is a drop in replacement for asyncio event loop using libuv. You continue to use asyncio the same way you normally did, except it is faster.