[Cython+](https://www.cython.plus) is an ongoing project to extend [Cython](https://cython.org/) with [high performance GIL-free types](https://www.youtube.com/watch?v=Lb6q1hhBp-k) using static typing.
Our [next steps](https://www.cython.plus/P-CYP-Roadmap) include with writing a minimal standard library.
To motivate this effort I am writing an HTTP Server in Cython+, building everything I will need along the way.