spartserv

Simple client and server for the spartan protocol
git clone https://noulin.net/git/spartserv.git
Log | Files | Refs | README

README.md (310B)


      1 # Spartasm server
      2 Spartasm is a spartan server written in Intel x64 assembly.
      3 
      4 # Install
      5 ```
      6 apt-get install yasm
      7 ./release.sh
      8 ```
      9 
     10 # Usage
     11 ```
     12 ./spartasm ./ 1300
     13 ```
     14 
     15 # Feature
     16 
     17 - Serves text/gemini files
     18 - 8.7KB binary
     19 - Single threaded
     20 - Serves files from specified document root
     21 - Listen on specified port