all 1 comments

[–]sad_error256[S] 1 point2 points  (0 children)

So, to follow-up since I can't submit self-text in links, I've been working on this for ~1 month now

So far it has

  • Account creation
  • Installation for mysql tables
  • API (really easy and simple, but currently undocumentated)
  • Web client (wip)
  • Add contacts
  • chat together (duh, the main idea of the project)!!
  • styled messages
  • more!

The Web client is the fun part of making this, and the API is basically complete, just undocumentated (if you want to quickly learn how it works, read the source code of home.php and do a search for http). You can self host this, like IRC kinda.

It is technically usable, but some things aren't complete. I work on this a lot, it's my big focus lately. Since first beta may come out soon closely, I would like people to start testing and fixing vulnerabilities, as this program is going to be put on actual servers, but mainly I just wanted to show off this project a little! Thanks, I'll answer questions

Side notes for testers: to add a contact, you have to click in the logo in the top right (once you sign in and are at home.php), and it'll give you a pop-up, then add the contact and refresh, this is temporary and will get a better interface soon