|
|
|
|
|
by sametmax
2787 days ago
|
|
Python: we use the node event loop too now (https://magic.io/blog/uvloop-blazing-fast-python-networking/). But actually, you could have setup a pure Python server instead of nginx for the last 10 years with twisted. Not that you should not consider uring nginx anyway: it deals with caching, load balancing, has great tutorials, it's battle tested, and has tons of pluging. But performance wise, WSGI is not Python. |
|