web-server
Here are 635 public repositories matching this topic...
Next generation Python web server/framework | Build fast. Run fast.
-
Updated
Apr 3, 2022 - Python
-
Updated
Mar 26, 2022 - Java
Python Socket.IO server and client
-
Updated
Apr 7, 2022 - Python
Asynchronous communication for Clojure
-
Updated
Apr 1, 2022 - Clojure
Not a particularly hard task, but converting all tests is a lot of work. We want to go from:
# Promisify
is ref Mojo::Promise->resolve('foo'), 'Mojo::Promise', 'right class';
$promise = Mojo::Promise->reject('foo');
is ref $promise, 'Mojo::Promise', 'right class';
@errors = ();
$promise->catch(sub { push @errors, @_ })->wait;
is_deeply \@errors, ['foo'], 'promise rejected';
$promiA very fast & simple Ruby web server
-
Updated
Dec 25, 2021 - Ruby
Under multiport mode, plugins may need to know on which port was the request received/accepted. This information is currently not surfaced to plugins. For background also see abhinavsingh/proxy.py#535 (comment) thread
A simple and visual static web server with collaboration features.
-
Updated
Feb 24, 2022 - JavaScript
Hestia Control Panel | A lightweight and powerful control panel for the modern web.
-
Updated
Apr 7, 2022 - Shell
WebServerBundle provides commands for running applications using the PHP built-in web server. It simplifies your local development setup because you don't have to configure a proper web server such as Apache or Nginx to run your application.
-
Updated
Jan 28, 2022 - PHP
A lean, modular web server for rapid full-stack development.
-
Updated
Mar 30, 2022 - JavaScript
Web UI for your scripts with execution management
-
Updated
Apr 4, 2022 - Python
Tool for automating customized attacks against web applications. Fully made in C language with pthreads, it has fast performance.
-
Updated
Feb 13, 2022 - C
A toolkit for servicing HTTP requests in Scala
-
Updated
Apr 7, 2022 - Scala
Docker image with uWSGI and Nginx for applications in Python (as Flask) in a single container. Optionally with Alpine Linux.
-
Updated
Apr 7, 2022 - Python
A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code.
-
Updated
Mar 30, 2022 - Rust
Yet another Facebook clone written in C
-
Updated
Jan 20, 2021 - C
Raspberry PI-TIMOLO ( PI-TImelapse, MOtion, LOwLight ) uses RPI picamera and OpenCV for Remote Headless Security Monitoring using Motion Tracking, Rclone Auto Sync files with remote storage services. Auto Twilight Transitions and Low Light Camera Settings. Panoramic images using PanTiltHat and More. This project is featured on GitHub Awesome software.
-
Updated
Mar 29, 2022 - Python
The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!
-
Updated
Feb 18, 2022 - Python
A fast and robust web server and application server for C++,Python,Lua ,Java,quickjs language
-
Updated
Jan 26, 2022 - C
Optimized LEMP Web Server to manage your WordPress, PHP, or simple HTML sites running on a powerful NGINX setup.
-
Updated
Mar 22, 2022 - Shell
An ultra fast WSGI server for Python 3
-
Updated
Feb 23, 2022 - Python
MyServer is your own localhost web server. you can setup PHP, Apache, Nginx and MySQL servers on your android devices or linux like Ubuntu etc. MyServer is Developed for android terminal like Termux or GNURoot Debian terminal.
-
Updated
Sep 30, 2021 - Python
C++ high performance networking with TCP/UDP/RESP/HTTP/WebSocket protocols
-
Updated
Nov 5, 2021 - C
Improve this page
Add a description, image, and links to the web-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web-server topic, visit your repo's landing page and select "manage topics."


Context: https://caddy.community/t/including-files-scripts/15050/4
Right now, the
templatesmodule is inflexible in that only functions the functions registered by Caddy itself are available.A good refactor would be to make it possible to pass an optional array of modules in the
http.handlers.templates.functions.*namespace which get invoked atProvision()time to register additional