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

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

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


demo