- Saved searches
- Use saved searches to filter your results more quickly
- client-server
- Here are 715 public repositories matching this topic.
- MateusLeviDev / scheduling-service
- karim-mttk / Web-Development-and-Networking-Basics
- lopes-mafalda / chatRoom
- filegeiasou / Group_Chat_Java
- MehrabKalantary / JavaFX-Dota2
- MehrabKalantary / JavaFX-Instagram
- kaloyandimov / crypto-wallet
- bhajagovindu / online-Book-Library-System-using-Java-Implementing-SMTP-FTP-protocols
- malindupasan / Pub-Sub-Middleware-using-Java
- MarcoDiCapua / Progetti-Triennale
- Valkryst / VChat
- LeoMullier / cli-messaging-app
- MalekYaich / business-task-management
- TooterMe / client-server-demo
- somnushaxxor / tcp-file-transfer-app
- af4092 / Student-Registration-Application
- Arobindo008 / File-Transfer-System-
- DanaPavlenko / WarehouseOptimization
- ExaggeratedRumors / bomberman
- richardfm77 / SimuladorBaseDeDatos
- Improve this page
- Add this topic to your repo
- Saved searches
- Use saved searches to filter your results more quickly
- Austinuc/Client-Server-Chat-Application-Java
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
- Saved searches
- Use saved searches to filter your results more quickly
- client-server
- Here are 715 public repositories matching this topic.
- yuvaraj1291 / HTTP-Client-Server-
- MadsonPaulo / HashCode-in-server-Generator
- Elizabeth-l / P2Pclient
- jhoukem / GameOfLifeClientServer
- ipolynkina / Limiter
- ianburkeixiv / SimpleClientServerChat
- ntrllog / Client-Server
- moratojoan / SimpleClientServer
- NikitaDestrain / local-chat
- Yuvraj-Takey / e-Krishi
- sudo-nan0-RaySK / ProtocolBuffer-Java
- TheLazyHatGuy / OOP-CA4
- hichem / java-utilities
- hitennirmal / client-server-FTP
- seker212 / TS_Lab_Sem3_Proj-TCP
- davisallan / ENSF607_TermProject
- Hannah-Ashna / Concurrent-Client-Server-Model
- kalihale / SecureClientServerSystemFramework
- GiliFaibish1999 / Multi_Thread_Server_Java
- abhinavaashish012 / BusSeatBookingSystem
- Improve this page
- Add this topic to your repo
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
client-server
Here are 715 public repositories matching this topic.
MateusLeviDev / scheduling-service
Scheduling system appointment. [A fresh perspective on the `med-api`]
karim-mttk / Web-Development-and-Networking-Basics
The materials cover topics such as HTTP, DNS, DHCP, TCP protocols, HTML3, CSS3, JavaScript, Django and socket programming.
lopes-mafalda / chatRoom
A chatRoom server — it works using a terminal and computers in the same wi-fi.
filegeiasou / Group_Chat_Java
Chat with clients in java
MehrabKalantary / JavaFX-Dota2
A simple version of dota2 game with java and javafx to play 1vs1
MehrabKalantary / JavaFX-Instagram
Multi-client-server instagram application using java and javafx socket programming
kaloyandimov / crypto-wallet
Modern Java Technologies Course Project 📚
bhajagovindu / online-Book-Library-System-using-Java-Implementing-SMTP-FTP-protocols
Online Book Library using Java
malindupasan / Pub-Sub-Middleware-using-Java
This repository contains a client-server socket application implemented in Java. The application allows communication between a server and multiple clients over sockets using a command line interface (CLI). The primary objective is to demonstrate client-server communication where messages typed on the client CLI are displayed on the server’s CLI.
MarcoDiCapua / Progetti-Triennale
Repository contenente i progetti sviluppati con alcuni compagni di corso durante i corsi universitari
Valkryst / VChat
A simple UDP based Client-Server chat library.
LeoMullier / cli-messaging-app
Sending and receiving messages from different computers by the command line interface thanks to a Java program and sockets
MalekYaich / business-task-management
This application serves as a task management system for assigning tasks to employees
TooterMe / client-server-demo
A simple example of a client-server model application, where manual cryptography is used to authenticate users.
somnushaxxor / tcp-file-transfer-app
📁 CLI application to upload and download files
af4092 / Student-Registration-Application
Student Registration JavaFX application shows the Student client registration in the Server side
Arobindo008 / File-Transfer-System-
multiple client-server file transfer system using socket and thread in javafx.
DanaPavlenko / WarehouseOptimization
Service of the logistics provider warehouse work optimization using pattern MVC (Model-View-Controller).
ExaggeratedRumors / bomberman
Java multiplayer game based on libgdx framework.
richardfm77 / SimuladorBaseDeDatos
Un «simulador» de una base de datos en red, con intrefaz gráfica hecho con java fx. El progaram es capaz de hacer todas las operciones de un CRUD.
Improve this page
Add a description, image, and links to the client-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the client-server topic, visit your repo’s landing page and select «manage topics.»
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
This is a simple interactive, multithreaded Client-Server chat application developed using Java. The application allows multiple clients to connect to a server and send messages to each other in real-time.
Austinuc/Client-Server-Chat-Application-Java
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
Client-Server Chat Application (Java Socket Programming)
This is a simple interactive, multithreaded Client-Server chat application developed using Java. The application allows multiple clients to connect to a server and send messages to each other in real-time.
Java 8 or later must be installed on your system.
- Clone this repo to your local machine and open the project in your favourite IDE or simply navigate to the project folder from command line.
- Start the server by running the Server.java file and follow the prompt.
- Start the client by running the Client.java file. You can start as many clients as you want. Enter the same port number of the server when prompted on the client side.
Once connected to the server, you can start sending messages to other connected clients.
This application is meant for use on a local network. It may not work properly over the internet. If you change the server IP and port number, you will also have to update the corresponding fields in the Client.java file. The project use java.io and java.net package for the socket connection
Run the Server file and run the Client.java file on two or more separate terminals.
This is the message format: : Type the recipient name first, followed by colon ‘:’ then your message. Austin: How are you doing today?
You can chat with any other connected client privately.
About
This is a simple interactive, multithreaded Client-Server chat application developed using Java. The application allows multiple clients to connect to a server and send messages to each other in real-time.
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
client-server
Here are 715 public repositories matching this topic.
yuvaraj1291 / HTTP-Client-Server-
Implementation of HTTP Client Server using Java
MadsonPaulo / HashCode-in-server-Generator
A cliente-server hashCode generator
Elizabeth-l / P2Pclient
jhoukem / GameOfLifeClientServer
ipolynkina / Limiter
простое клиент-серверное приложение =)
ianburkeixiv / SimpleClientServerChat
Java Client Server Chat Application
ntrllog / Client-Server
A client/server application using Java Sockets
moratojoan / SimpleClientServer
A Simple Client-Server Project: Design and development of a Server program using Python and two Client programs, the first one using Python and the second one using Android Studio.
NikitaDestrain / local-chat
Yuvraj-Takey / e-Krishi
An Android Application that provides the details of current value of all kind of harvest to the farmer
sudo-nan0-RaySK / ProtocolBuffer-Java
A sample implementation for protocol buffer in java
TheLazyHatGuy / OOP-CA4
A client-server application for a Movie DB
hichem / java-utilities
Java SSL Client and Server code
hitennirmal / client-server-FTP
Implement Basic FTP commands.
seker212 / TS_Lab_Sem3_Proj-TCP
Basic chatroom using custom TCP binary communication made for handling 2 clients by single server
davisallan / ENSF607_TermProject
Distributed inventory and client management system using MVC design pattern, Java, MySQL, and JDBC. Client and Server running locally and communicating over sockets
Hannah-Ashna / Concurrent-Client-Server-Model
A concurrent client-server model built using Java
kalihale / SecureClientServerSystemFramework
My summer 2021 research project and my capstone at California Lutheran University. This project is a basic client-server system with functionality to write and read from databases on the server side and encrypted communication between the client and the server.
GiliFaibish1999 / Multi_Thread_Server_Java
abhinavaashish012 / BusSeatBookingSystem
A multithreaded server which accepts bookings from multiple clients and performs the task on the basis of updated data.
Improve this page
Add a description, image, and links to the client-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the client-server topic, visit your repo’s landing page and select «manage topics.»