serversocket
There are 47 repositories under serversocket topic.
aliakh/demo-sockets-io-nio-nio2
'Java sockets I/O: blocking, non-blocking and asynchronous' article and source code
tristanratz/SwiftUI-ChatApp
A small cross plattform SwiftUI Chat Room App implemented using TCP with a Python-Twisted Server included.
theinvincibleknight/SimpleSHAREit
Simple Java program to connect two devices through connected Network and share images.
peterphmikkelsen/klask
Kotlin version of Flask
theinvincibleknight/SimpleFileShare
Simple File sharing java program that uses ServerSocket package to transfer files between Client and Server.
wilfreud/mini-http-server
A basic HTTP server built on top ServerSocket in java.
eroldmrclk/cmd-app-multiclient-side
Java Project
eroldmrclk/cmd-app-server-side
Java Project
happyflyer/Java-Socket
Java Socket 应用---通信是这样练成的,语雀浏览链接:https://www.yuque.com/happyflyer/java-topics/oclhfp
javiciier/ServidorWeb
Implementación de un servidor Web multihilo capaz de interactuar con clientes web y ofrecer páginas web y sus recursos
JohannesPosch/SimpleServer
This is a small java library to create simple servers very fast
piyushwani004/chat-Application
Client-Server Chat Appliation In JAVA
UmairHabib/Chat-System-Using-MutliCast-Sockets-JAVA
This chat system handles multiple synchronous clients with server by using Multicast Sockets in JAVA Language. Here each client interact with server by using Dynamically created port.
wagnerjfr/web-http-socket-server-task-manager-docker
This project aims to create two kinds of multi-threaded web servers (with thread-pooling) for executing simple tasks. There are three tasks implemented and the user can add more. The web servers receive the command and the parameter(s) for running a task through terminal command.
Wartem/client-server-feature-examples
Client & Server - usecases like chat
AliAlbabily/Chat-App
A Chat application where the connected clients are able to send messages to each other over a server.
BlooSkyd/INFR-GroupChat
Projet de communication LAN (Infrastructure)
Iamc0d3r/server-socket-chat-
Chat application made by using JAVA, SQL, JAVA SWING. For connectivity used Server Socket.
jasonhsu93/IoT-Data-Analytics-Client-Server
Developed a server capable of receiving sensor data from IoT devices. Implemented services for data aggregation and providing notifications based on the received data.
jiyoung-99/DBPerformanceGathering
오라클 성능 지표 수집 프로젝트
nethli/Blocking-Mode
Socket Client and Socket Server using Blocking Mode
roquijo/Sockets-and-BD-postgres
Use of serverSockets and sockets with a data base posgres, implements a Design pattern dao, dto and use of solid principles
Styve-Alves/SuperChat
ChatServer is a program that allows several people to chat in real time through a TCP (Transmission Control Protocol) connection. In this program, multiple client connections are handled simultaneously by a server, allowing clients to communicate with each other.
TalLovton/ScrabbleGame
The famous board game - Scrabble, implemented with JavaFX using MVVM architecture and multi-threaded server-client communication.
vitormuuniz/Chat-HST
Internship challenge. The goal is to create an application that allows to view online users and send/receive messages and files through cmd.
A-Sakhmina/netology_javacore_client-server_application
Working with server(sending messages to it and reading messages from it), using ServerSocket, etc.
Agslz/java-http-server
Un servidor hecho en Java utilizando el patron de diseño Singleton, procotolo HTTP, conexiones TCP, multrithreading, server sockets, etc
akkiePro/chat-app
Chat app using socket programming and swing in java.
BrodyGaudel/Programmation-Reseaux-Avec-Java
Programmation Réseaux avec Java
btrcardoso/KnockKnockServer
Servidores de piadas singlethread e multithread baseado na documentação da Oracle.
gabriel0alvesz/Simple-Middleware-In-Java
This is a middleware simple project implemented in Java. Utiliting the classes, ServerSocket and Socket.
harshalkaigaonkar/chatapplication-using-ceaser-cipher
This is A One - Way command line based Chat- Application using Socket programming and Ceaser - Cipher Cryptography Algorithm .
Olutobz/SimpleHTTPServer
This program uses the Java ServerSocket and Socket class to create an HTTP server.