pegasus.lua
Web Server
An HTTP server written in Lua for hosting web applications with support for streaming and compression.
Pegasus.lua is an http server to work with web applications written in Lua language.
421 stars
33 watching
36 forks
Language: Lua
last commit: about 2 months ago
Linked from 1 awesome list
httphttp-serverluaserver
Related projects:
Repository | Description | Stars |
---|---|---|
daurnimator/lua-http | A Lua HTTP library providing support for HTTP(S) versions 1.0, 1.1 and 2, including client and server functionality. | 805 |
virgo-agent-toolkit/luvit-request | A Lua-based library for making HTTP requests | 3 |
oneoo/alilua | An epoll/kqueue-based web server with Lua coroutine support for handling multiple concurrent connections. | 529 |
actboy168/bee.lua | A comprehensive Lua runtime and toolset with various extensions and libraries for building high-performance applications. | 161 |
bakins/lua-resty-http-simple | A Lua HTTP client module for ngx_lua that handles simple HTTP requests with options for customizing request parameters and response handling. | 78 |
pintsized/lua-resty-rack | A framework for building HTTP servers with Lua middleware | 81 |
oneoo/lua-resty-httpclient | A nonblocking Lua HTTP client library for downloading web pages and interacting with servers | 14 |
liseen/lua-resty-http | A Lua library that provides a non-blocking HTTP client driver for use in web servers. | 188 |
luukdegram/apple_pie | A lightweight HTTP server implementation in Zig. | 163 |
torhve/luaweb | A simple blog engine using Lua and a web server as its backend | 174 |
doujiang24/durap | A Lua web framework built on top of ngx-openresty, providing a basic implementation of the Model-View-Controller (MVC) pattern and support for multiple applications. | 9 |
gabrielfalcao/go-horse | A C HTTP server DSL with macros and helpers to simplify creating web servers | 40 |
virgo-agent-toolkit/luvit-stream | A Lua implementation of a stream interface with support for readable and transform streams. | 6 |
pygy/lulpeg | A Lua implementation of a Parsing Expression Grammar library | 251 |
mpeterv/argparse | A feature-rich command line parser for Lua | 260 |