Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danfalcon225/chatapp_sockets
- Owner: DanFalcon225
- Created: 2022-06-03T02:10:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T02:29:15.000Z (over 2 years ago)
- Last Synced: 2024-04-22T20:34:18.493Z (8 months ago)
- Topics: gui, java, postgresql, socket-programming, tcp
- Language: Java
- Homepage:
- Size: 967 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatApp_sockets
Chat application using java sockets, GUI and postgresql as a backend databasePrerequisites
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: passwordPS
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)