Websockets are unnecessary overhead for lots of interactions with relays
Really can't get simpler than an HTTP call
Why transfer anything using hypertext and not just use raw TCP calls?
Please Login to reply.
Because it's simpler
How is it simpler if http is a layer above?
lmao we have different definitions of simple?
Simple from the perspective of the implementation in most languages. It's one line of code in Javascript for example
We can call it easier if you want
What is "everything" Raw packets are better for some things and not for others.