clarkwinkelmann Flarum is a javascript single page app entirely powered by a REST API (+ pre loading for performance). I think that qualifies as all ajax (?)
Good point.
A chat room is what prompted this post. I was just once again looking at the real time chat extension that’s out there and was dreaming of messing around with it. But, I can’t do Websockets. I guess there’s Pusher free plan. Still... Just thinking/wishing about other options.🤔
The point of my post was to say hey 👋, sometimes there’s super small almost non-existent forums out there. Sometimes the people who run them aren’t in a position to always do the latest and greatest (Websockets). And so, I just wonder if one day someone would experiment with some type of chat or private messaging that’s like the good old Ajax chat scripts. Example: https://github.com/Frug/AJAX-Chat
I personally can’t do it. You know, I’m just your typical code beggar I suppose. 🥺
Side note: If “code beggar” isn’t a thing (phrase) that is used, it should be.
For some lower class web hobbyists like me, we don’t care if an ajax chat would make the site crash if 50 people were using it. Because we’ll never have 50 people at our forum at the same time. 🙃 And if we ever do, then it would be time AT THAT POINT (and only at that point) to get really nice VPS hosting or managed hosting, or even a dedicated server, and go the Websockets route and stuff like that.
I admire the developers here because usually the focus is to create extensions that even a huge company could use. Extensions that have little limits. That’s amazing. It’s why I’m a big Flarum fan. But, every now and then I post something like this, and/or you’ll see someone else drop by and post something like this, because we’re thinking: why can’t we have all the real time features too? Without Websockets? Without Pusher? It was done in the good old days.
And you still can if you use older forum software or WP. But, I want to use Flarum.
Another example, which I used at a WP site once: https://wordpress.org/plugins/wise-chat/
I’ve rambled enough. I should count my blessings that I can at least install Flarum and appreciate what I’ve got! 😆