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 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.