The wo3 api is great so far, the user one has so much info its crazy
includes: whats currently there, sidebar + lots of details, last 15 posts with full metadata, a bool of if the user if following themselves (I find this funny) and online is removed, which is sad, but that might be added later, who knows
the beta has a funny new thing where you set the Accept header to “application/json“ but I’ve just been using /__data.json
at the end of urls and that also works. I believe the old api domain is still gonna exist though
There is socket.io for live message count so not too hard to add in online
the socket.io implementation is mostly a somewhat functional hack. it’s still relying on the old site, and so the new site’s backend can’t send messages to socket.io clients (not beta nor prod).
websockets maybe? dunno that’s basically what socketio is. also does the backend use node?
socket.io is just a [very based] websocket library instead of making your own and learning the whole entire websocket format from an obscure pdf document
yeah. i guess i’ll either keep running wasteof2-api, or i’ll develop a wasteof3 companion server just for things that i can’t do in sveltekit.