Skip to content

This is my first Multi Threaded Web Server made using some of the Computer Science Fundamentals including Operating Systems and Computer Networking concepts. Made in Java using Intellij Idea IDE code editor.

License

Notifications You must be signed in to change notification settings

yashpal2104/MultiThreadedWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MultiThreadedWebServer

This is my first Multi Threaded Web Server made using some of the Computer Science Fundamentals including Operating Systems and Computer Networking. Made in Java using Intellij Idea IDE code editor.

To make this work follow the below steps:

  1. Set up the code with the help of any code editor I have used IntelliJ IDEA IDE making a {package} make a class of Server.java and Client.java and paste the code.

  2. Go into pom.xml and ensure that you have all the necessary resources namely maven and java-jdk, showing you the Java version currently installed in your setup.

  3. Main function to be declared.

  4. Go into the terminal of your Operating System go into the directory where these files are located and compile with the help of the commands separately in different terminal windows:

    javac Server.java
    
    javac Client.java
    
  5. Now run the server and client in each terminal by entering these commands respectively:

java Server
java Client

About

This is my first Multi Threaded Web Server made using some of the Computer Science Fundamentals including Operating Systems and Computer Networking concepts. Made in Java using Intellij Idea IDE code editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages