This is a simple Chat Server-Client without any GUI.
- DB Connection
Using: JDBC Driver
Init function: Create tables if they do not exist
- Server
Using: ServerSocket
Functions: Login, Register, Last Messages, Help Text, Commands
- Client
Using: ServerSocket
Functions: Send Message / Command, Read Message
- Validations
- Check and get last messages to the account after login
- Validation
- Simple command
- Simple query with limit
- Print the messages in DESC
- Show online users logged in
- Show the text on each login
- Show usage of the commands
- Command: Login -> Login Function
- Command: Logout -> Logout Function
- Command: List -> Online Users
- Command: History -> Last Messages with limit
- Command: Help -> Help Text
- Send Messages