Fast ASGI Server written in Go
Project description
Gofercorn
Fast Python ASGI server written in Go.
Install
pip install gofercorn
Setup
from flask import Flask # Or any other WSGI application framework
from volk import Volk
flask_app = Flask(__name__)
if __name__ == "__main__":
volk = Volk(wsgi_application=flask_app)
volk.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
gophercorn-0.0.0.tar.gz
(4.1 kB
view details)
File details
Details for the file gophercorn-0.0.0.tar.gz.
File metadata
- Download URL: gophercorn-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 |
84165678e3392ba0466eaf043c4e1d79dfc9bbc832a1b1ad49920d32d4bb1f8a
|
|
| MD5 |
9b5de7b7c56cf164f46686adb60731f4
|
|
| BLAKE2b-256 |
1c2114b824fc4f76b9c62633c73ee45de0b585f32c8c980b16c12a0eb98b4ef8
|