1- # FastWSGI Benchmark Test
1+ # FastPySGI Benchmark Test
22
3- This is the FastWSGI portion of a [ benchmarking tests suite] ( ../../ )
3+ This is the FastPySGI portion of a [ benchmarking tests suite] ( ../../ )
44comparing a variety of web development platforms.
55
6- The information below is specific to FastWSGI . For further guidance,
6+ The information below is specific to FastPySGI . For further guidance,
77review the [ documentation] ( https://github.com/TechEmpower/FrameworkBenchmarks/wiki ) .
88Also note that there is additional information provided in
99the [ Python README] ( ../ ) .
1010
1111## Description
1212
13- [ FastWSGI ] ( https://github.com/jamesroberts/fastwsgi ) is a lightning fast
13+ [ FastPySGI ] ( https://github.com/remittor/fastpysgi ) is a lightning fast
1414asyncio server for Python 3 based on [ libuv] ( https://github.com/libuv/libuv ) library.
1515
1616## Implementation
1717
18- FastWSGI is implemented using:
18+ FastPySGI is implemented using:
1919
2020* The [ libuv] ( https://github.com/libuv/libuv ) - multi-platform C library that provides support for asynchronous I/O based on event loops.
2121* The [ llhttp] ( https://github.com/nodejs/llhttp ) - fastest HTTP parsing library.
22- * The WSGI consumer interface, for interacting with the application layer.
22+ * The WSGI/ASGI consumer interface, for interacting with the application layer.
2323
2424## Test Paths & Sources
2525
@@ -30,5 +30,5 @@ All of the test implementations are located within a single file ([app.py](app.p
3030
3131## Resources
3232
33+ * [ FastPySGI on Github] ( https://github.com/remittor/fastpysgi )
3334* [ FastWSGI on Github] ( https://github.com/jamesroberts/fastwsgi )
34- * [ Benchmarks] ( https://github.com/jamesroberts/fastwsgi/blob/main/performance_benchmarks/PERFORMANCE.md )
0 commit comments