whip
Web server
A high-performance web server framework using Nim that provides fast HTTP routing and can be extended with various middleware and features.
Simple fast http server for nim based on httpbeast and nest for high performance routing
84 stars
5 watching
4 forks
Language: Nim
last commit: over 4 years ago
Linked from 1 awesome list
fasthttphttpbeastnestnimrouterserverweb
Related projects:
Repository | Description | Stars |
---|---|---|
dom96/httpbeast | A high-performance HTTP server written in Nim. | 449 |
ringabout/httpx | A cross-platform web server written in Nim, providing basic HTTP functionality and optional support for WebSockets. | 90 |
hugokernel/micropython-nanoweb | A full asynchronous web server for Micropython with a small memory footprint. | 106 |
guilleiguaran/rogue | A minimalist HTTP server for Rack applications built on top of EventMachine and http-parser. | 8 |
jczic/microwebsrv | A micro HTTP Web server that supports WebSockets and templating for MicroPython-based devices. | 652 |
fukamachi/woo | A fast and non-blocking HTTP server built on top of libev. | 1,285 |
wyhaya/see | A fast and feature-rich web server written in Rust. | 211 |
mkantor/operator | A web server for serving static and dynamic content using a template-based approach. | 16 |
itsumura-h/nim-basolato | An asynchronous full-stack web framework for Nim that extends the asynchttpserver with features for clean and domain-driven architecture | 237 |
dom96/jester | A lightweight web framework for building Nim applications with a simple and flexible routing system. | 1,583 |
olliniinivaara/guildenstern | A modular multithreaded HTTP/1.1 + WebSocket server framework written in Nim. | 80 |
jczic/microwebsrv2 | A highly optimized web server designed for embedded systems and IoT devices | 662 |
zhamlin/ahkhttp | A basic HTTP server implemented in AutoHotkey, allowing users to create simple web servers with minimal code. | 79 |
mufeedvh/binserve | A fast, single-binary static web server with TLS, routing, hot reloading, caching, templating, and security features. | 1,023 |
gabrielfalcao/go-horse | A C HTTP server DSL with macros and helpers to simplify creating web servers | 40 |