Kyoukai

A fully asynchronous web framework for Python3.5+

mirai.veriny.tf DISCONTINUED. You can find some alternatives below.
Popularity
2.9
Stable
Activity
0.0
Stable
311
17
13

Description

Kyōkai is a fast asynchronous Python server-side web framework. It is built upon asyncio and the Asphalt framework for an extremely fast web server. Setting up a Kyōkai app is incredibly simple.

Code Quality Rank: L5
Programming language: Python
License: MIT License
Latest version: v2.2.1

Kyoukai alternatives and similar packages

Based on the "Web Frameworks" category.
Alternatively, view Kyoukai alternatives based on common mentions on social networks and blogs.

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.

Do you think we are missing an alternative of Kyoukai or a related project?

Add another 'Web Frameworks' Package

README

Kyōkai (境界)

This project will not be getting any more updates.

Coverage CircleCI

Kyōkai is a fast asynchronous Python server-side web framework. It is built upon asyncio and the Asphalt framework for an extremely fast web server.

Setting up a Kyōkai app is incredibly simple. Here's a simple server that echoes your client's headers:

import json
from kyoukai import Kyoukai, HTTPRequestContext
kyk = Kyoukai("example_app")
@kyk.route("/")
async def index(ctx: HTTPRequestContext):
 return json.dumps(dict(ctx.request.headers)), 200, {"Content-Type": "application/json"}
kyk.run()

For more information, see the docs at https://mirai.veriny.tf.

Do not miss the trending, packages, news and articles with our weekly report.

Awesome Python is part of the LibHunt network. Terms. Privacy Policy.

(CC)
BY-SA
We recommend Spin The Wheel Of Names for a cryptographically secure random name picker.

AltStyle によって変換されたページ (->オリジナル) /