All Projects → NullSense → Linda

NullSense / Linda

Licence: agpl-3.0
Minimal, multi-threaded HTTP/1.1 server written in Rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Linda

Apfree wifidog
A hight performance and lightweight captive portal solution for HTTP(s)
Stars: ✭ 519 (+3143.75%)
Mutual labels:  http-server
Takes
True Object-Oriented Java Web Framework
Stars: ✭ 670 (+4087.5%)
Mutual labels:  http-server
Hug
Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
Stars: ✭ 6,572 (+40975%)
Mutual labels:  http-server
Cppserver
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Stars: ✭ 528 (+3200%)
Mutual labels:  http-server
Swoft
🚀 PHP Microservice Full Coroutine Framework
Stars: ✭ 5,420 (+33775%)
Mutual labels:  http-server
Zaver
Yet another fast and efficient HTTP server
Stars: ✭ 673 (+4106.25%)
Mutual labels:  http-server
Http
Event-driven, streaming HTTP client and server implementation for ReactPHP.
Stars: ✭ 507 (+3068.75%)
Mutual labels:  http-server
Httpserver
Python 3 implementation of an HTTP server
Stars: ✭ 5 (-68.75%)
Mutual labels:  http-server
Swiftengine
Apple Swift based HTTP server. The answer for a Swift based, turn key, crash resilient, high scale, and production grade web server.
Stars: ✭ 660 (+4025%)
Mutual labels:  http-server
Cowboy
Small, fast, modern HTTP server for Erlang/OTP.
Stars: ✭ 6,533 (+40731.25%)
Mutual labels:  http-server
Monkey
Monkey HTTP Server
Stars: ✭ 543 (+3293.75%)
Mutual labels:  http-server
Drogon
Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
Stars: ✭ 6,567 (+40943.75%)
Mutual labels:  http-server
Restinio
Cross-platform, efficient, customizable, and robust asynchronous HTTP/WebSocket server C++14 library with the right balance between performance and ease of use
Stars: ✭ 694 (+4237.5%)
Mutual labels:  http-server
Lithium
Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium
Stars: ✭ 523 (+3168.75%)
Mutual labels:  http-server
Netcoreserver
Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Stars: ✭ 799 (+4893.75%)
Mutual labels:  http-server
Tufao
An asynchronous web framework for C++ built on top of Qt
Stars: ✭ 513 (+3106.25%)
Mutual labels:  http-server
Cutelyst
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Stars: ✭ 671 (+4093.75%)
Mutual labels:  http-server
Webmachine Ruby
Webmachine, the HTTP toolkit (in Ruby)
Stars: ✭ 832 (+5100%)
Mutual labels:  http-server
Beetlex
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution
Stars: ✭ 802 (+4912.5%)
Mutual labels:  http-server
Iodine
iodine - HTTP / WebSockets Server for Ruby with Pub/Sub support
Stars: ✭ 720 (+4400%)
Mutual labels:  http-server

Linda

A multi-threaded (thread pool), minimal HTTP/1.1 server written in Rust

How to run

  • git clone [email protected]:MrCappuccino/Linda.git
  • cd Linda
  • configure with LINDA_ROOT="/static/root" env var
  • LINDA_ROOT="/static/root" cargo run
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].