Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nahrens007/chatprogram
An application with a client and server for text based communication.
https://github.com/nahrens007/chatprogram
Last synced: 18 days ago
JSON representation
An application with a client and server for text based communication.
- Host: GitHub
- URL: https://github.com/nahrens007/chatprogram
- Owner: nahrens007
- Created: 2016-05-05T17:20:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T21:32:31.000Z (about 7 years ago)
- Last Synced: 2024-10-30T12:24:43.389Z (2 months ago)
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatProgram
This chat program is not a normal chity chaty application that allows you to talk to your friends; ney, this program allows you to host your own chat server!# How to use
1) Compile src/client/Client.java; this class is the main client program (GUI application)
2) Compile src/server/Server.java; this class is the main server program (hosts the server and manages connections)# Features
More features are constantly being added, but here are a list of current features:
- Multiple clients connected to the same server.
- Client information (such as last used username and IP address) saved in a text file in the same directory as the client executable and automatically loaded at start.# To do
- Add functionality to color code users.
- Add UUID's to users so that two different clients can connect to the same server with the same username but have seperate color codes.# Information-42
And I added a picture...