#MySelfServer
###folder name
- byCxx_vs
- byJava_intellij
- byPython_wing
###folder structure
Every folder here contains project file and a webroot folder, you can change the contain in it, and named the main in port as index.html
###Tips:
- The first folder is a project created by
visual studio 2015, through usingwinSock+c++to realize the project just asking the clients what thehtmlthey need, need TODO here. - The second folder is a project created by
intellij IDEA, through usingJavato realize the project just asking the clients what thehtmlthey need, a perfect one I think. - The third folder is a project created by
wing IDE, through usingPythonto realize the project just asking the clients what thehtmlthey need, need TODO here.
###Run:
c++: Just run, and use browser open the localhost:port you setjava: delete the ip adress in the HttpServer.java, and openlocalhost:2345/index.htmlin broswerpython: just asc++