AboutΒΆ

Aioli is a Framework for building RESTful HTTP and WebSocket API packages, with a sensible separation between request/response handling (transformation, validation, etc), application logic and data access layers.

Furthermore, it makes use of asyncio, is lightweight and provides good performance and concurrency.

Not in mood for reading docs? Check out the The Guestbook example: a Comprehensive RESTful HTTP API package.

Extensions

Examples