Showing 50 open source projects for "tiny-httpd"

View related business solutions
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 1
    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: 10 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    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: 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
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 5
    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: 0 This Week
    Last Update:
    See Project
  • 6
    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: 2 This Week
    Last Update:
    See Project
  • 7
    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: 49 This Week
    Last Update:
    See Project
  • 8
    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: 3 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: 0 This Week
    Last Update:
    See Project
  • 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.
    Learn More
  • 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: 5 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: 2 This Week
    Last Update:
    See Project
  • 15

    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
  • 16

    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
  • 17

    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: 1 This Week
    Last Update:
    See Project
  • 18

    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
  • 19

    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
  • 20

    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
  • 21
    ... a web-server for DGD (Dworkin's Generic Driver) written in LPC. It's quite capable and includes WebDAV server (as plugin), XML processor and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is a tiny stand alone http server daemon written in C Features: Secure Tiny No externally executed programs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Pygmy is a 40KB portable http stack written in Java. It is ideal for PDA and resource limited devices, as well as desktop applications and server applications. Pygmy provides a plug-in architecture so features can be added and removed easily.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    json-httpd is a library that provides a web server with JSON-RPC capabilities. The library makes it easy to develop a WUI for application using static HTML and JAVA using JSON-RPC for communication. It also works as a standalone web server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    TinyJEE is a zero conf, zero maintenance embeddable platform that has the major goal make the usage of JEE as easy as working with GRAILS while following a component oriented approach with minimized dependencies and main focus on POJO and Java config
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next