# ComputerNetworks_experiment **Repository Path**: wu-jiang-nineteen/ComputerNetworks_experiment ## Basic Information - **Project Name**: ComputerNetworks_experiment - **Description**: this is the experiment of COMPUTER NETWORKS,including build an easy Web Server and build a ChatRoom program,consisting of Python,HTML and Java - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-31 - **Last Updated**: 2023-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ComputerNetworks_experiments this is the experiment of COMPUTER NETWORKS,including build an easy Web Server and build a ChatRoom program,consisting of Python,HTML and Java ## An easy Web Server use **Python 3.9.12** IDE:Pycharm including server.py,index.html,Aboutus.html,Contactus.html and work.pdf ### UsingSteps 1. open the project through Pycharm 2. build the environment 3. **run server.py** 4. open "localhost:80" in the **browser** 5. you can connect to the server now! ## A ChatRoom Program use **Java 17.0.4.1** IDE:Intellij IDEA the "B1ChatProgram" is the latest version ### UsingSteps 1. open the project through IDEA 2. build the environment 3. **run ChatServer.java first**,or things will go wrong 4. **run ChatClientGUI.java** then,**Allow multiple instances**!!! ## 0531 Changes In terms of E1,optimize and beauty the HTML page In terms of E2,add the funtion of appending the start message of the client in the server