master
Dave Winer 9 years ago
parent 41d6f28a2d
commit b9f84b2b06

@ -5,7 +5,9 @@ I wrote this simple HTTP server to park domains I've bought but not yet used.
It's written in JavaScript and runs in Node.js.
Each domain is in its own folder. The content for that domain is in the folder. I went a little wild with content types, it can serve Markdown docs, or run JS code. Yet it's still very simple. Which is the point. ;-)
Each domain is in its own folder. The content for that domain is in the folder. I went a little wild with content types, it can serve Markdown docs, or run JS code. And of course HTML, text files, images, movies, etc.
Yet it's still very simple. Which is the point. ;-)
It's 90 percent of what all web servers do, so if you learn how to run <a href="http://pagepark.io/">PagePark</a>, you're learning how to run a web server. A real one you can use to host your sites. And it's easy to hack the code if you want to.

Loading…
Cancel
Save