Skip to content

MarcusChau/Java-Multithreading-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Java Multithreading Server

This is a multithreaded server.

How it works

When a client sends the request, a thread is generated through which a user can communicate with the server. By generating multiple threads we can accept multiple requests from multiple clients at the same time.

Prerequisites

Understanding of socket programming is not necessary but will be useful.

Technology Stack

  • Java

The use of java's io, net, and util library was necessary in order to create this.

Contact Me

About

Java Multithreaded Server - Utilizes Java's built in libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages