static_server

A tiny static file web server.

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

Summary

Latest Version 2.2.2
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-09-01 07:19

Tags

Authors

  • bung

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 - - - - - - -

Dependencies

Package Version Optional
nim >= 1.2.0 No
finder >= 0.2.0 No

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).