-2

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.

Charles
  • 50,010
  • 13
  • 100
  • 141
user2506435
  • 23
  • 1
  • 2
  • 4

1 Answers1

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:

http://cs.au.dk/~amoeller/WWW/javaweb/server.html

Community
  • 1
  • 1
eatonphil
  • 12,024
  • 24
  • 70
  • 125