Show HN: Socketify.py: Http/Https and WebSockets servers for PyPy3 and Python3
1–10 of 192 posts
Re: Show HN: Socketify.py: Http/Https and WebSockets servers for PyPy3 and Python3
#2Re: Show HN: Socketify.py: Http/Https and WebSockets servers for PyPy3 and Python3
#3Interesting results nevertheless.
Re: Show HN: Socketify.py: Http/Https and WebSockets servers for PyPy3 and Python3
#4This is a python wrapper around libuv not a pure python solution (not that it’s bad but it explains the click bait title).
Re: Show HN: Socketify.py: Http/Https and WebSockets servers for PyPy3 and Python3
#5Probably should add that it's faster with PyPy as it might not be obvious on how an interpreted language like Python can beat an AOT compiled language like Go. Interesting results nevertheless.
Re: Show HN: Socketify.py: Http/Https and WebSockets servers for PyPy3 and Python3
#6This is a python wrapper around libuv not a pure python solution (not that it’s bad but it explains the click bait title).
Would a framework like uvicorn/fastapi be able to achieve similar performance if it were backed by libuv (as opposed to e.g. asyncio)?
Re: Show HN: Socketify.py: Http/Https and WebSockets servers for PyPy3 and Python3
#7This is a python wrapper around libuv not a pure python solution (not that it’s bad but it explains the click bait title).
Re: Show HN: Socketify.py: Http/Https and WebSockets servers for PyPy3 and Python3
#8Re: Show HN: Socketify.py: Http/Https and WebSockets servers for PyPy3 and Python3
#9This is a python wrapper around libuv not a pure python solution (not that it’s bad but it explains the click bait title).
Would a framework like uvicorn/fastapi be able to achieve similar performance if it were backed by libuv (as opposed to e.g. asyncio)?
Re: Show HN: Socketify.py: Http/Https and WebSockets servers for PyPy3 and Python3
#10Wonder when a techempower benchmark will comeout
https://www.techempower.com/benchmarks/#section=test&runid=1...