Skip to content
TopicTracker
出典 HackerNews原文を表示
翻訳言語翻訳言語

Show HN: Wikicube: instant wiki for any GitHub repo

You've heard of Uvicorn and Gunicorn. Have you heard of Granian? Granian is a Rust-based Python web server that aims to provide high performance and reliability for Python web applications. This Wikicube entry introduces Granian's features and architecture, making it easy to understand how it compares to traditional Python web servers.

背景メモ

- Granian は、Python 製の ASGI/WSGI アプリケーションサーバー(いわゆる「WSGI サーバー」)。Rust で実装されており、Uvicorn(Python)や Gunicorn(Python + C)より高速な処理を謳っている。

関連記事