https://github.com/hediske/chatservice
Chat Service Server implemtation in java using TCP Sockets for communication between difference clients in a multiple and save thread way
https://github.com/hediske/chatservice
chat distributed-systems messaging sockets tcp
Last synced: 4 months ago
JSON representation
Chat Service Server implemtation in java using TCP Sockets for communication between difference clients in a multiple and save thread way
- Host: GitHub
- URL: https://github.com/hediske/chatservice
- Owner: hediske
- Created: 2024-03-30T15:33:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-31T21:21:26.000Z (about 1 year ago)
- Last Synced: 2024-03-31T22:25:56.015Z (about 1 year ago)
- Topics: chat, distributed-systems, messaging, sockets, tcp
- Language: Java
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Chat Channel
This project is a java application based on TCP Sockets for Chat that allows
- the ceation of Server that offer a broadcast channel for multiple clients at the same time
- A realtime Chat app allowing each client to send and receive messages from all the other users
Prerequities
Java JDK
How to run it
cd src && javac Server/*.java Client/*.java
java Server.chatServer
java Client.ChatClient
Demo
