Fast ASGI Server written in Go
Project description
Gophercorn
Fast Python ASGI server written in Go.
Work in progress, call back soon...
Install
pip install gophercorn
Setup
from flask import Flask # Or any other ASGI application framework
from gocorn import Gophercorn
flask_app = Flask(__name__)
if __name__ == "__main__":
gocorn = Gophercorn(wsgi_application=flask_app)
gocorn.serve()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gocorn-0.0.0.tar.gz
(4.1 kB
view details)
File details
Details for the file gocorn-0.0.0.tar.gz.
File metadata
- Download URL: gocorn-0.0.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5c42e881d5c075b98a315f6e18a9d2ab03c76b5e6b4740608d939e1af63ccbb
|
|
| MD5 |
202991ea1317a2a00fd764d9cc18fa53
|
|
| BLAKE2b-256 |
e447afdfa177fbaef93e6a433a7b1684d98c4c8e93d184526c52e9ce6bb03a4e
|