Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

jneander/webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webserver

This is an exercise in webserver programming, as part of my apprenticeship.

Before use, ensure your local port 8080 is not currently in use. To run the server, execute the command 'lein run' from the terminal. Direct your browser to 'http://localhost:8080/' and behold!

The response from the server will consist of the host name ('localhost'), the server port ('8080'), and the path of the request ('/' or '/whatever/you/want').

To terminate the server, type 'ctrl+c' in the same terminal.

Usage

Anyone can use this as a learning tool. It's nothing fancy.

License

Copyright © 2012 Jeremy Neander

Distributed under the Eclipse Public License, the same as Clojure.

About

a simple webserver in clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published