* State management is one of the most simple problems to solve in any application. * WebSockets are superior to all revisions of HTTP except that HTTP is sessionless. Typically when developers argue against WebSockets it’s because they cannot program. * Your software isn’t fast. Not ever, unless you have numbers for comparison. * Things like jquery, React, Spring, Rails, and so forth do not exist to create superior s…
What did you mean by this? Were you suggesting that interactive web apps should maintain a persistent and stateful connection to the server and use that to send interaction events and receive the outputs back, like a video game would, rather than using stateless HTTP calls and cookies and such? Why is that superior?
And sorry if I misunderstood!