Skip to content

owen31302/Web-Socket-Sever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Socket Server

Author: Yu-Cheng Lin
Date: 2017/02/28
Description: Host a web server by socket programming that support HTTP protocol 1.1

Files

  1. webServer1.c => source code
  2. server => exe file
  3. index.html => SCU home page
  4. index_files => SCU home page resources
  5. printScreen => Screen Shot of the success execution

Steps

  1. Download and extract it at the directory
  2. Run the cmd ./server -document_root "Your local directory where folder located" -port yourPortNo
  3. Open web browser and enter IP:port/index.html