• This repository has been archived on 02/Mar/2018
  • Stars
    star
    298
  • Rank 139,663 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created over 8 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

[OLD] A fully async web framework for Python3.5+ using asyncio

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.

More Repositories

1

OWAPI

Overwatch JSON API
Python
455
star
2

asyncqlio

A fully async ORM for Python 3.5+
Python
24
star
3

curious

A curio/trio-based library for the Discord API
Python
21
star
4

pg-purepy

Pure-python structurally concurrent PostgreSQL driver
Python
13
star
5

Tinlok

Kotlin/Native Standard Library (mirror)
Kotlin
11
star
6

ForgePolyglot

Forge Mods, but in other languages
Kotlin
7
star
7

riopg

A (cu|t)rio library for interacting with postgresql
Python
6
star
8

Jokusoramame

The best best worst best worst bot
Python
6
star
9

prism-rofi

Launcher menu for Prism Launcher instances
Python
5
star
10

Kamuidrome

Minecraft modpack building helper
Python
5
star
11

curio_websocket

[DEPRECATED] Websocket library for curio
Python
4
star
12

wishport

Asynchronous standard library for Kotlin/Native
Kotlin
3
star
13

pixiv-dl-py

Pixiv downloader tool
Python
3
star
14

asyncwebsockets

Asynchronous client websockets
Python
3
star
15

Pyte

Python Bytecode utility
Python
3
star
16

serena

A structurally concurrent AMQP 0-9-1 client
Python
2
star
17

rio-redis

An async redis client
Python
2
star
18

Pytecode

Python bytecode manipulator
Python
2
star
19

triplett

Trio ASGI server
Python
2
star
20

FMM

Factorio Modpack Manager
Nim
2
star
21

turn-ring-turn

System-∀99 ∀ Uring
Python
1
star
22

Brooks

Brooks GPT bot
Python
1
star
23

Reborn-Rebalance

Pokémon Reborn rebalance mod
HTML
1
star
24

trio-extras

Extra stuff for Trio
Python
1
star
25

chiru

chiru chiru
Python
1
star
26

kl27

A shitty VM
Kotlin
1
star
27

anti18aktion

I am still bitter about the Adventure Update
Java
1
star
28

Key-Mountain

1.19.3+ server reimplementation
Kotlin
1
star
29

TestCommit

used for keeping my stream
1
star
30

curiosity

The official bot for Curious.
Python
1
star
31

Huomautus

Minecraft-related annotation processors for Fabric-Kotlin mods
Kotlin
1
star
32

pebbles-engine

Pebbles Virtual Novel Engine
Kotlin
1
star