Okay, I know it's a stupid question, but I really want to know, I'm that damn kid who breaks up every toy just to see how it works, but unfortunately I can't break nginx. Anyway I'm using Windows, I know Java, Python, PHP and a few more languages, but I have no idea how a server is built.
Asked
Active
Viewed 173 times
1 Answers
0
First off:
Create a simple HTTP server with Java?
Try this for a simple python server:
http://www.linuxjournal.com/content/tech-tip-really-simple-http-server-python
Here's a pretty simple java web server:
-
Thank you buddy, I'm going to check it out. – user2506435 Jun 20 '13 at 18:41
-
There were also about a hundred good links that pop up if you google "simple [insert programming language here] web server". Just a heads up. – eatonphil Jun 20 '13 at 18:42