Ciro Spaciari

Results 191 comments of Ciro Spaciari

> On the note of PyPy support; I think interest would greatly increase once uvloop has become compatible with [hpy](https://hpyproject.org/), which should decrease the overhead of foreign interface interop greatly....

I'm writting an PyPy binding using CFFI for and webserver, and i really need an CFFI version, so i think i will start to write an CFFI extension for PyPy...

libwebsockets for all in one solution will be great! Another thing is maybe go for an deno/es6 like import for packages aka: ```javascript import { add, multiply, } from "https://x.nest.land/[email protected]/source/index.js";...

@UnlimitedBytes in version v20.14.0 [Latest](https://github.com/uNetworking/uWebSockets.js/releases/latest) You don't need to write manually the Date header anymore

Same problem here steam only problem, i need to unpair and repair every time.

https://github.com/cirospaciari/socketify.py Keep an eye on this, is here to stay

Here if cork it's works without corking no.

instead of uws_app_listen(SSL, style i wrote in uws_ssl_... style because responses and websockets has diferent types while in App and SSLApp, with a constant with -O3 optimization and a static...

Yea the toNullTerminated was a mistake for sure but is easy replaceable. I created the examples while developing and using the C++ examples as a reference, so I include them....

> I want to test with the SSL as argument in my experiment to check one extra time it remains the same perf. > > Also another thing: > >...