AHKhttp
Web server
A basic HTTP server implemented in AutoHotkey, allowing users to create simple web servers with minimal code.
HTTP Server
79 stars
10 watching
21 forks
Language: AutoHotkey
last commit: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jsks/czhttpd | A simple, standalone HTTP server written in shell script, capable of serving files and handling basic HTTP requests. | 57 |
avleen/bashttpd | A simple web server written in bash to serve text and HTML files from a specified URI. | 1,512 |
zput/zxctool | A tool for building simple web servers with customizable logging capabilities | 19 |
lithdew/hello | An experimental multi-threaded HTTP/1.1 web server written in Zig | 34 |
zyearn/zaver | A high-performance HTTP server designed to demonstrate the core structure of a scalable network server using epoll and non-blocking I/O | 849 |
amphp/http-server | An advanced async HTTP server library for PHP designed to handle high concurrency demands. | 1,291 |
tom-seddon/yhs | A small embeddable HTTP server for serving files and handling requests | 81 |
azizuysal/netkit | A concise HTTP framework for building web services in Swift | 5 |
anton-k/mig | A lightweight and composable library for building servers in Haskell. | 71 |
fukamachi/woo | A fast and non-blocking HTTP server built on top of libev. | 1,285 |
liuguangqiang/asyncokhttp | An Android HTTP library that leverages OkHttp for efficient and asynchronous HTTP requests. | 15 |
andrewlalis/handy-httpd | An HTTP server library for D that provides a lightweight and flexible way to create web servers. | 32 |
cemeyer/httpd.sh | A simple web server written in Bash using C APIs. | 117 |
orthecreedence/wookie | An asynchronous HTTP server written in Common Lisp, designed to serve a web-based documentation site. | 189 |
marciok/katan | A micro web server that replies 'Hello world!' to every request using Swift | 25 |