kambrium / laconian

A simple Spartan static file server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laconian - A simple Spartan static file server

Logo

About

Laconian is a Ruby port of the Spartan reference server on https://github.com/michael-lazar/spartan/blob/main/public/spartan_server.py.

Background

For more information about the Spartan protocol please visit http://spartan.mozz.us/.

Getting Started

  1. Install Ruby.
  2. Clone this repository with git clone https://github.com/kambrium/laconian.git.
  3. cd laconian on Linux and Mac, dir laconian on Windows.
  4. Install dependency with bundle install.
  5. Run the server with ruby laconian.rb.
  6. Quit with CTRL+C.

License

MIT

About

A simple Spartan static file server

License:MIT License


Languages

Language:Ruby 100.0%