Join us on Discord!
You can help CodeWalrus stay online by donating here.

Chat Application

Started by c4ooo, May 06, 2018, 05:33:11 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

c4ooo

I have been working on a chat application with a HTML5 frontend and a java backend.

So far, its really basic and buggy, but you can register, login, and send messages between two accounts. The backend is an http server written in java and uses an SQL database.

The user interface is really bad, but here are some images so far:


123outerme

I'd be willing to help with CSS if that's at all desirable. You can see what I did on my webpage (although admittedly I stole a few things and ideas from templates/tutorials): https://123outerme.github.io/Gateway-to-Legend/
  • Calculators owned: TI-84+CSE, TI-nspire Clickpad, TI-84+SE

_iPhoenix_

This is almost like UniChat!


Good luck! As I've learned, people will find endlessly inventive ways to spam messages into your service x.x

I could help test it/find security loopholes, if you want. I'm not amazing at it, but if I can find it, you can assume that pretty much anyone can.

You might want to add timestamps to the messages, though. If it's been like 5 hours since the last message, you might not want to add to that conversation.
  • Calculators owned: Two TI-84+ CE's
Please spam here: https://legend-of-iphoenix.github.io/spam/

"walruses are better than tuxedo chickens, all hail the great :walrii:" ~ me
Evolution of my avatar:

c4ooo

#3
Quote from: 123outerme on May 06, 2018, 05:43:24 PM
I'd be willing to help with CSS if that's at all desirable. You can see what I did on my webpage (although admittedly I stole a few things and ideas from templates/tutorials): https://123outerme.github.io/Gateway-to-Legend/
Right now i am more focused on the logic for the front/backend, but i will soon be looking to improve the css ;)

Quote from: _iPhoenix_ on May 06, 2018, 06:32:11 PM
This is almost like UniChat!


Good luck! As I've learned, people will find endlessly inventive ways to spam messages into your service x.x

I could help test it/find security loopholes, if you want. I'm not amazing at it, but if I can find it, you can assume that pretty much anyone can.

You might want to add timestamps to the messages, though. If it's been like 5 hours since the last message, you might not want to add to that conversation.
Yep, if someone's logged in, there's nothing stopping them from just sending POSTs to random user IDs. As for timestamps, whenever new messages get requested by the user, they are automaticly deleted from the "active" messages table and (when i get to implementing it) placed into the "history" table.

Powered by EzPortal