'Java sockets I/O: blocking, non-blocking and asynchronous' article and source code
-
Updated
May 22, 2024 - Java
'Java sockets I/O: blocking, non-blocking and asynchronous' article and source code
A small cross plattform SwiftUI Chat Room App implemented using TCP with a Python-Twisted Server included.
A basic HTTP server built on top ServerSocket in java.
Simple Java program to connect two devices through connected Network and share images.
Java Socket 应用---通信是这样练成的,语雀浏览链接:https://www.yuque.com/happyflyer/java-topics/oclhfp
Simple Chat Application built using Java and socket programming, allowing multiple clients to connect to a server. The server handles client connections, broadcasts messages, and stores them in a MySQL database. Clients can send messages, view received messages, and ping the server to measure latency.
Simple File sharing java program that uses ServerSocket package to transfer files between Client and Server.
Simple file explorer server using java java.net package only.
Implementación de un servidor Web multihilo capaz de interactuar con clientes web y ofrecer páginas web y sus recursos
This is a small java library to create simple servers very fast
Client & Server - usecases like chat
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.
Kotlin version of Flask
Chat server implementation using Server Socket IO
Client-Server Chat Appliation In 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.
Add a description, image, and links to the serversocket topic page so that developers can more easily learn about it.
To associate your repository with the serversocket topic, visit your repo's landing page and select "manage topics."