Showing 83 open source projects for "tiny-httpd"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • High-performance Open Source API Gateway Icon
    High-performance Open Source API Gateway

    KrakenD is a stateless, distributed, high-performance API Gateway that helps you effortlessly adopt microservices

    KrakenD is a high-performance API Gateway optimized for resource efficiency, capable of managing 70,000 requests per second on a single instance. The stateless architecture allows for straightforward, linear scalability, eliminating the need for complex coordination or database maintenance.
  • 1
    EmbedIO

    EmbedIO

    A tiny, cross-platform, module based web server for .NET

    A tiny, cross-platform, module based, MIT-licensed web server for .NET Framework and .NET Core. Written entirely in C#, using our helpful library SWAN. Network operations use the async/await pattern: Responses are handled asynchronously. Multiple implementations support: EmbedIO can use Microsoft HttpListener or internal Http Listener based on Mono/websocket-sharp projects. Cross-platform: tested on multiple OS and runtimes. From Windows .NET Framework to Linux MONO. Extensible: Write your own...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    oha

    oha

    HTTP load generator, inspired by rakyll/hey with tui animation

    oha is a tiny program that sends some load to a web application and shows real-time tui inspired by rakyll/hey. This program is written in Rust and powered by tokio and beautiful tui by tui-rs. -q option works differently from rakyll/hey. It's set the overall query per second instead of for each worker.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    UCall

    UCall

    Up to 100x Faster FastAPI. JSON-RPC with io_uring, SIMDJSON

    Most modern networking is built either on slow and ambiguous REST APIs or unnecessarily complex gRPC. FastAPI, for example, looks very approachable. We aim to be equally or even simpler to use. It takes over a millisecond to handle a trivial FastAPI call on a recent 8-core CPU. In that time, light could have traveled 300 km through optics to the neighboring city or country, in my case. How does UCall compare to FastAPI and gRPC? How can a tiny pet-project with just a couple thousand lines...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ky

    ky

    JavaScript HTTP client based on the browser Fetch API

    Ky targets modern browsers and Deno. For older browsers, you will need to transpile and use a fetch polyfill and globalThis polyfill. For Node.js, check out Got. For isomorphic needs (like SSR), check out ky-universal. It's just a tiny file with no dependencies. Internally, the standard methods (GET, POST, PUT, PATCH, HEAD and DELETE) are uppercased in order to avoid server errors due to case sensitivity. Search parameters to include in the request URL. Setting this will override all existing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Digital Payments by Deluxe Payment Exchange Icon
    Digital Payments by Deluxe Payment Exchange

    A single integrated payables solution that takes manual payment processes out of the equation, helping reduce risk and cutting costs for your business

    Save time, money and your sanity. Deluxe Payment Exchange+ (DPX+) is our integrated payments solution that streamlines and automates your accounts payable (AP) disbursements. DPX+ ensures secure payments and offers suppliers alternate ways to receive funds, including mailed checks, ACH, virtual credit cards, debit cards, or eCheck payments. By simply integrating with your existing accounting software like QuickBooks®, you’ll implement efficient payment solutions for AP with ease—without costly development fees or untimely delays.
  • 5
    TJWS is an Open Source HTTP Server and Servlet container written in 100% Java. It's designed to be a light weight, high performing, secure, embeddable, extensible and flexible. Very small footprinted (~100K), CGI, J2EE/JSP compatible. Servlet spec 3.1
    Downloads: 10 This Week
    Last Update:
    See Project
  • 6
    mod_qos

    mod_qos

    Quality of service module for Apache httpd

    mod_qos is a quality of service module for the Apache Web Server. It implements control mechanisms that can provide different priority to different requests and controls server access based on available resources.
    Leader badge
    Downloads: 40 This Week
    Last Update:
    See Project
  • 7
    AMP Servers For Windows 32 Bit ( x86 )

    AMP Servers For Windows 32 Bit ( x86 )

    Apache v2.4, MariaDB v10.4, PHP v8.1 With Automated Service Installers

    Please watch the video below for a sample library software installation, which uses this same server. After watching / installing the services, you may copy your new application folder, to the C:\slims9-x86\httpd\htdocs directory and change the DocumentRoot value in the following files : 1. C:\slims9-x86\httpd\conf\httpd.conf 2. C:\slims9-x86\httpd\conf\extra\httpd-ssl.conf Restart the services for applying the new configuration. You may now access your install.php / index.php...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    mrhttpd

    mrhttpd

    A lightning fast, simple, robust and secure web server.

    Mrhttpd is a threaded web server that is lightning fast, simple, robust, secure and has a very small memory footprint. The binary is 15 to 20 kilobytes in size, depending on configuration and CPU architecture. Mrhttpd serves files at up to 4 times the throughput of Apache and runs CGI scripts. It scales very well with high levels of concurrency and responds very well to the BFS CPU scheduler by Con Kolivas. One of the differentiating features is that the server is configured at compile...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    mod_auth_oid

    mod_auth_oid

    OpenID relying party for Apache httpd

    mod_auth_oid is an Apache module allowing user authentication using OpenID 2.0.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
  • 10
    Swifter

    Swifter

    Tiny http server engine written in Swift programming language

    Tiny http server engine written in Swift programming language. Lands on CocoaPods and others. Supports the latest non-beta Xcode and SPM. Stable. Stable branch plus experimental web-framework layer. Next version of Swifter (async IO).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    mod_setenvifplus

    mod_setenvifplus

    Apache httpd module to set environment variables

    mod_setenvifplus is module for the Apache Web server which allows you to set environment variables and request/response headers according to whether different aspects of the request match regular expressions you specify.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Gzip Handler

    Gzip Handler

    Go middleware to gzip HTTP responses

    This is a tiny Go package that wraps HTTP handlers to transparently gzip the response body, for clients which support it. Although it's usually simpler to leave that to a reverse proxy (like nginx or Varnish), this package is useful when that's undesirable. Call GzipHandler with any handler (an object which implements the http.Handler interface), and it'll return a new handler which gzips the response.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    mod_auth_trustheader

    mod_auth_trustheader

    apache-2.x module to get userid from header|environment|SSL variable

    Mostly copied from mod_auth_basic of apache-2.2. The basic-auth handshake was replaced by some code which gets the userid out of a customable variable. The variable could be anything ap_expr could read in authentication hook, e.g.: a header field, a httpd environment variable or an SSL environment variable. The syntax is the same known from RewriteCond of mod_rewrite: e.g.: %{HTTP:variable}, %{ENV:variable} or %{SSL:variable} No password is written into internal httpd variables. So...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    NanoHTTPD

    NanoHTTPD

    Tiny, easily embeddable HTTP server in Java

    NanoHTTPD is a light-weight HTTP server designed for embedding in other applications, released under a Modified BSD licence. It is being developed at Github and uses Apache Maven for builds & unit testing. Nanolets are like servlets only that they have a extremely low profile. They offer an easy to use system for a more complex server application. We are currently in the process of stabilizing NanoHTTPD from the many pull requests and feature requests that were integrated over the last few...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    SNMP Apache Module

    Monitor Apache using SNMP

    SNMP Apache Module allows you to monitor configuration and status values of Apache Web Server using SNMP (simple network management protocol). Support httpd 2.4.x. Apache status info that can be monitored through SNMP: - Total Traffic. - Total Access. - Last Restart. - Uptime. - HTTP errors (400, 403, 404, etc). - Status.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    h5ai

    h5ai

    HTTP web server index for Apache httpd, lighttpd and nginx

    h5ai is a modern file indexer for HTTP web servers with a focus on your files. Directories are displayed in an appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially, h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too. Requires PHP 7.0+ and works fine with Apache httpd, lighttpd and nginx. Best user experience with the latest versions of Chromium-based browsers, Firefox, Safari and Edge, but a static fallback...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 17

    justap

    just Apache and Php

    justAP是一个简单的、易于使用的php运行环境,适合php开发人员使用。与wamp、xampp等不同,它仅仅包含Apache httpd和Php,这也是它名字的来由(justAP=just Apache and Php)。 为什么要开发justAP? 1、Php开发环境比较难搭建; 2、wamp、xampp等程序过于庞大,包含了很多用不上的组件,另外mysql很好安装,mysql的客户端很多,它们内置的mysql和phpMyAdmin感觉有点累赘。 justAP能为php开发者带来什么好处? 1、一个最简单的、最纯粹的php运行环境; 2、同一个台电脑可以运行多个justAP(运行多个apache),只需要端口不一样; 3、justAP是个非常小的绿色程序,它不需要安装,解压缩出来就可以运行。 有任何问题、建议,请发邮件到:leaveblank#163.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Centralized httpd (Apache) access logging system for mass virtual hosting. Collects logs from multiple httpd servers, creates a nested domain hierarchy on-the-fly, based on virtual hosts. Allows servers to be added/removed without affecting logging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    boahttpd

    A C++ library to make your application be a cgi-featured http server

    The library, boahttpd, is designed to create a cgi-featured http server (normally called as boa-server)easily and fast. That means you can easily add CGI support to your server application. Further more, it support filter and allows you to prevent unauthorized access. It's a multi-threaded server. Its written in C++ inside, but provides a C-Style API which you will find it to be Object-Oriented essentially. Multiple platforms are supported with a uqique set of interface, including...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    C-Kiosk #1 Anonymous Browser

    Anonymous Web Proxy Server

    ... Multi-Tab support New CSS features support Prerequisites: 1.Microsoft® .NET Compact Framework 3.5 Redistributable http://www.microsoft.com/en-us/download/details.aspx?id=65 2.Microsoft Visual C++ 2005 SP1 MFC http://www.microsoft.com/en-us/download/details.aspx?id=26347 ================================ V1 Prerequisites: 1.Microsoft® .NET Compact Framework 3.5 Redistributable http://www.microsoft.com/en-us/download/details.aspx?id=65 very tiny Using IE
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    mod_gnutls

    mod_gnutls

    mod_gnutls apache module

    mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0, TLS 1.1 and 1.2 encryption for Apache HTTPD. It is similar to mod_ssl in purpose, but does not use OpenSSL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    mod_spnego

    Kerberos authentication for Apache HTTP Server running on Windows

    mod_spnego enables the usage of Kerberos to authenticate users of a website running on the Apache HTTP Server (httpd) on Windows. The authenticated user is then available in the server variable AUTH_USER. Only the downloads are hosted here on sourceforge, the source is at https://github.com/ibauersachs/mod_spnego
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    vhostManager

    Virtual Host Manager for Apache HTTPD server

    vhostManager is utility from managing configuration of virtual hosts for enterprise distributed solutions with many wirtual hosts and many server aliases. The best example is JSP hosting platform with farm of Tomcat/Jetty servers connected with Apache HTTPD using AJP (mod_jk). vhostManager helps create and manage virtual hosts (adding/removing aliases) without modyfing httpd.conf file. It's comand line application so you can use it with scripts and other applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    qHttpd - Highly Customizable HTTPD
    The goal of qHttpd project is building a highly customizable HTTP server which can be used in many projects not only for a HTTP delivery layer but also for a versatile communication protocol. By default, it supports WebDAV and LUA script hooking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    minimock

    minimock a tiny http server that always return the same response

    When developing SOA, there is a time when you feel the need to be able to mock a webservice. That's what minimock's used for. running minimock as such minimock 8080 d:/response.xml will start a server listening on port 8080 that will always return the content of the file d:/response. The main advantages of minimock over other similar tools are its ease of use and its the low footprint : * executable is 20k large. (but on win$ it depends on cygwin1.dll that is 2Mb large) * avg...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next