My LocalHackDay project was a continuation of a different project I had already started. As the title implies, I'm making a web-chat application. The idea is to add as much functionality as possible while keeping the CPU/memory footprint as low as possible. The main hurdles accomplished here were adding a login system and a way to verify logins so that a user's chosen display name can appear in the chat. I also added names for anonymous users (although they're generally garbage... this isn't a bad thing, though, as it encourages people to register).

Share this project:

Updates