Oddbean new post about | logout
 WebSockets > HTTP 
 Nope! Respectfully disagree 🫡 
 Hugs > Drugs
nostr:nevent1qqsqqqqe77029sjyfx8s4kk0ywts64z67f30hwhw6aqngtjdkcdxjwspz4mhxue69uhhyetvv9ujuerpd46hxtnfduhsygpm7rrrljungc6q0tuh5hj7ue863q73qlheu4vywtzwhx42a7j9n5psgqqqqqqsnd9ut9 
 9fs > ws > http 
 Most definitely  
 HTTP proxy is here.
https://github.com/SnowCait/restr 
 They both serve their purpose well 
 Literalmente 
 Post / Put / Patch = why 
 Exactly.

Methods, headers, status-codes, content-types, bodies, paths, querystrings. So many variables, hidden magic, combinations of variables, mismatched implicit assumptions. So much flexibility, so much trouble for nothing. 
 Meh, GET|POST /path is bare minimum, possibly with an host header for virtual hosts. There rest is pretty much optional sugercoating. Your reasoning goes the same for all nips beside 01. No need for the rest in essence and it is the same for http. And then devs start adding features 🤣 
 I think it’s more the restrictiveness, opinionatedness, or ambiguity with these methods comparatively. 
 Yeah, you could only do with get or post, it just that these two cause the browser to act differently. The other methods are (more or less) degrees of freedom expression. I'd say the nips are not much different technically, may be semantically there is some difference dunno, but to go religic about it goes a bit far. 
 the devs must be stopped! 
 agree. 

I've been fighting forever against the innumerable possible combination for HTTPS + CORS + Cookies options (domain, secure, sameSite...) 
 Indeed, I forgot these other nasty things. Also redirects. 
 apples and oranges,, but I guess you can still prefer one over the other even if they are used for different things 🙂 
 What do you think of Server Sent Events? 
 for an interactive protocol like nostr, absolutely, bidirectional communication makes everything more responsive, no need for ugly polling loops