Hacker News new | ask | show | jobs
by amirouche 4193 days ago
not sure: “In aiohttp 0.10 we've added highlevel API for web HTTP server.” which must be understood as a very minimal framework. It's explained in the first screen of OP's link.

Also, quick hack to have websockets too: https://gist.github.com/amirouche/a5da3cf6f0f11eaeb976

2 comments

Well, "highlevel" from aiohttp perspective -- it has had very lowlevel server API before 0.10.

And yes, we have websockets support but it's not integrated into 'highlevel' API yet -- will be done in next release, we are working on it.

actually it has some websocket support https://github.com/KeepSafe/aiohttp/issues/194