Laconian is a Ruby port of the Spartan reference server on https://github.com/michael-lazar/spartan/blob/main/public/spartan_server.py.
For more information about the Spartan protocol please visit http://spartan.mozz.us/.
- Install Ruby.
- Clone this repository with
git clone https://github.com/kambrium/laconian.git
. cd laconian
on Linux and Mac,dir laconian
on Windows.- Install dependency with
bundle install
. - Run the server with
ruby laconian.rb
. - Quit with
CTRL+C
.
MIT