Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danfalcon225/chatapp_sockets

Chat application using java sockets, GUI and postgresql as a backend database
https://github.com/danfalcon225/chatapp_sockets

gui java postgresql socket-programming tcp

Last synced: 21 days ago
JSON representation

Chat application using java sockets, GUI and postgresql as a backend database

Awesome Lists containing this project

README

        

# ChatApp_sockets
Chat application using java sockets, GUI and postgresql as a backend database

Prerequisites

1) As current application uses postgresql as a backend database, please make sure it is up and running on your machine.
2) Establish a connection with named database.
3) Import database schema (provided with this project).
User name: newuser; Password: password

PS

Please note that current application was developled using Eclipse IDE so, to avoid any errors it is advisible to run application on the same IDE.

Functionality:

1) Uses postgresql database for login and registration functionality.
2) Application enable to handle a group and private chat.
3) To send a private message type user name + ">>" + your message.
4) Application uses TCP protocols to establish the chat event.
5) Application creates relevant log file during the chat event for auditing purposes.

Execution:

Server.java needs to be run first and them Main.java (for each client)