Commit da4aeb85 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

Update README.md

parent e96824e2
# Cython wrapper for the LWAN HTTP server
This project is a proof of concept which aims at making an efficient multi-threaded Python server. [LWAN](https://lwan.ws/), written in C, is running under the hood. [Cython](http://cython.org/) is used to wrap it into a Python module.
This project is a proof of concept which aims at making an efficient multi-core Python HTTP server. [LWAN](https://lwan.ws/), written in C, is running under the hood. [Cython](http://cython.org/) is used to wrap it into a Python module.
A [blog post](https://www.nexedi.com/NXD-Blog.Multicore.Python.HTTP.Server) explains the process in more details.
## Usage
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment