static_server

A tiny static file web server.

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Tags

web

Installation

nimble install static_server
choosenim install static_server
git clone https://github.com/bung87/nimhttpd

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
static_server - - - - - - -

Source

Repository https://github.com/bung87/nimhttpd
Homepage https://github.com/bung87/nimhttpd
Registry Source nimble_official

README

Nimble

release license

static_server

static_server is a minimal web server that can be used to serve static files.

Usage

static_server [ -p:port ] [ directory ]

Where:

  • directory is the directory to serve (default: current directory).
  • port is the port to listen to (default: 1337).