web-server
Here are 590 public repositories matching this topic...
Async Python 3.7+ web server/framework | Build fast. Run fast.
-
Updated
Sep 15, 2021 - Python
-
Updated
Apr 24, 2021 - Java
Python Socket.IO server and client
-
Updated
Sep 3, 2021 - Python
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
Aug 31, 2021 - Ruby
A simple and visual static web server with collaboration features.
-
Updated
Apr 1, 2020 - JavaScript
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
Jul 26, 2021 - PHP
Hestia Control Panel | A lightweight and powerful control panel for the modern web.
-
Updated
Sep 19, 2021 - Shell
A lean, modular web server for rapid full-stack development.
-
Updated
Aug 25, 2021 - JavaScript
A toolkit for servicing HTTP requests in Scala
-
Updated
Sep 17, 2021 - Scala
Web UI for your scripts with execution management
-
Updated
Aug 29, 2021 - Python
Tool for automating customized attacks against web applications. Fully made in C language with pthreads, it has fast performance.
-
Updated
Aug 26, 2021 - C
Docker image with uWSGI and Nginx for applications in Python 3.5 and above and Python 2.7 (as Flask) in a single container. Optionally with Alpine Linux.
-
Updated
Sep 18, 2021 - Python
Yet another Facebook clone written in C
-
Updated
Jan 20, 2021 - C
A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code.
-
Updated
May 8, 2021 - Rust
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
May 17, 2021 - Python
A fast and robust web server and application server for C++,Python,Lua ,Java,quickjs language
-
Updated
Sep 19, 2021 - C
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
Jun 28, 2021 - Python
Optimized LEMP Web Server to manage your WordPress, PHP, or simple HTML sites running on a powerful NGINX setup.
-
Updated
Aug 30, 2021 - Shell
C++ high performance networking with TCP/UDP/RESP/HTTP/WebSocket protocols
-
Updated
Aug 27, 2021 - C
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 1, 2021 - Python
Asynchronous web toolkit for clojure built on top of Ratpack / Netty
-
Updated
Sep 23, 2019 - Clojure
A web server in your web browser
-
Updated
Apr 4, 2019 - JavaScript
-
Updated
Feb 27, 2018 - JavaScript
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."


I have modified the default file_server browse template to integrate it with a website, by using
httpIncludeto load blocks of HTML containing the header, footer and theme. These files are hosted on the same Caddy instance, and it works well provided that compression is not enabled. When compression is enabled, the file_server browser becomes garbage: it appears that raw compressed data is inc