Saïd
Saïd
@aeplay I'm also in GMT+1 :) and just joined your Discord. I take it you prefer clarifications happen here in the open, right?
Roger that. Would appreciate it if you can assign the issue to me, otherwise there will be drive-by attempts from other devs feigning ignorance of our conversation above.
@aeplay Yes, understood. You want this to be single-thread and launched locally. (I built microbenchmark recently using a combination of PowerShell (on Windows) and Bash (on Linux) but they were...
I'd like to share some progress on the research I've done so far and ask a few questions. I looked into the HTTP protocol versions supported by servers A, B,...
Thanks for the confirmation. 1. OK. I make a note to investigate HTTP/3 support in uWebsockets.js. 2. Understood. Please note that I have updated the 2nd table to remove the...
1. Yes, this was in fact one of my follow-up questions. I imagine that the set-up in A1 is essentially your baseline i.e. what you are currently using today. The...
Another question: I want to assume all protocol combinations will use TLS in the benchmarks? TLS is optional in HTTP/1.1 and HTTP/2 (h2c) but in HTTP/3 it will not work...
Got it.
More questions. The **Simulation spec** talks about simulating the transfer of structured and binary data. But looking at the main differences ([source](https://ably.com/blog/websockets-vs-sse#what-is-the-difference-between-web-sockets-and-server-sent-events)) between WebSockets and SSE in the table below:...
> 1. Use base64 encoding everywhere > > 2. 50mb prior to encoding Re: 1 & 2 Can you relax this so that base64 encoding is not necessary for loading/creating...