The discussion about the thing in staff has been sticking in the back of my head for a while now, and I need a side-project to fiddle with. I might just build one for shits and giggles,
. I'm thinking to make it as simple as possible (I have a tendency to over-engineer shit); persistent back-end server running in Go (memory footprint of maybe a few MB depending on what frameworks I use - if any), some output logging as persistence (probably shouldn't bother with a database), and a link to the forum database for getting the username colors and smileys - although we probably should go for a subset of those, given how our smileys would kinda fuck up the layout,
.
Front-end a simple JS script that connects to the server via a websocket, so you get live updates. That would make it more like a chatbox than a shoutbox, but the difference between the two is negligible anyway.
Any other feature requests?
. I should start off as simple as possible (I'll remind myself), it really shouldn't take too long to build.