WS2HTTP - Day 2
I've been somewhat busy with other things on the weekend but today I've returned to work some more on WS2HTTP, and by now things actually work pretty well. It's also a lot less complicated than anticipated (the entire node.js server is ~150 loc).
Today I've continued on experimenting with this WS2HTTP idea and first started building the backend with Rust/Tokio... Gotta say, I really didn't like it, it just felt so overly complicated. I suppose that's the price one has to pay
for efficien…
WS2HTTP - Day 1