All Projects → kettle11 → Devserver

kettle11 / Devserver

Licence: zlib
A simple HTTPS server for local development. Implemented in Rust.

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Devserver

Https Enforcement
Laravel 5 Middleware to enforce HTTPS on your application.
Stars: ✭ 27 (-52.63%)
Mutual labels:  https
Katwebx
An extremely fast static web server and reverse proxy for the modern web.
Stars: ✭ 39 (-31.58%)
Mutual labels:  https
Sharebox
家庭看片神器,可以用手机播放电脑里的视频,也可以用电脑播放手机里的视频,使用简单,能稳定运行在后台,目前支持的设备有Windows,Mac,Android。
Stars: ✭ 51 (-10.53%)
Mutual labels:  https
Fht2p
A cross-platform HTTP static file server developed using Rust.
Stars: ✭ 28 (-50.88%)
Mutual labels:  https
Xmnetworking
A lightweight but powerful network library with simplified and expressive syntax based on AFNetworking.
Stars: ✭ 980 (+1619.3%)
Mutual labels:  https
Node.pas
Asynchronous Event-driven server programming for EMB Delphi, powered by libuv.
Stars: ✭ 45 (-21.05%)
Mutual labels:  https
Caddy
Matthew Holt began developing Caddy in 2014 while studying computer science at Brigham Young University. (The name "Caddy" was chosen because this software helps with the tedious, mundane tasks of serving the Web, and is also a single place for multiple things to be organized together.) It soon became the first web server to use HTTPS automatically and by default, and now has hundreds of contributors and has served trillions of HTTPS requests.
Stars: ✭ 35,966 (+62998.25%)
Mutual labels:  https
Internet.nl
Internet standards compliance test suite
Stars: ✭ 56 (-1.75%)
Mutual labels:  https
Squid
Squid Web Proxy Cache
Stars: ✭ 981 (+1621.05%)
Mutual labels:  https
Qtwebapp
QtWebApp is a HTTP server like Java servlets, written in C++ with the Qt framework.
Stars: ✭ 50 (-12.28%)
Mutual labels:  https
Greenlock
Automatic SSL renewal for NodeJS
Stars: ✭ 30 (-47.37%)
Mutual labels:  https
Go Fasthttp Sniproxy Chunks
Inspired by https://github.com/SadeghHayeri/GreenTunnel
Stars: ✭ 33 (-42.11%)
Mutual labels:  https
Halive
A fast http and https prober, to check which URLs are alive
Stars: ✭ 47 (-17.54%)
Mutual labels:  https
Cerver
A Seriously Simple HTTPS Server
Stars: ✭ 28 (-50.88%)
Mutual labels:  https
Terraform Aws Alb
Terraform module to provision a standard ALB for HTTP/HTTP traffic
Stars: ✭ 53 (-7.02%)
Mutual labels:  https
Go Bootstrap
Easy way to bootstrap a web server in Go (Routing|Middleware|Https)
Stars: ✭ 27 (-52.63%)
Mutual labels:  https
Https
Secure HTTP client with SSL pinning for Nativescript - iOS/Android
Stars: ✭ 45 (-21.05%)
Mutual labels:  https
Netcore Postgres Oauth Boiler
A basic .NET Core website boilerplate using PostgreSQL for storage, Adminer for db management, Let's Encrypt for SSL certificates and NGINX for routing.
Stars: ✭ 57 (+0%)
Mutual labels:  https
Certify
SSL Certificate Manager UI for Windows, powered by Let's Encrypt. Download from certifytheweb.com
Stars: ✭ 1,075 (+1785.96%)
Mutual labels:  https
Hqmnetworking
基于AFN3.x核心类AFURLSessionManager封装的网络请求,支持 HTTPS 请求验证,可以配置请求头,支持多图上传并可选带进度回调,支持 block、delegate(代理) 请求回调,详见
Stars: ✭ 49 (-14.04%)
Mutual labels:  https

devserver Crates.io

An extremely tiny tool to serve a static folder locally.

This tool is only for local development and makes no effort to be secure for other purposes.

DO NOT USE DEVSERVER IN PRODUCTION

devserver should only be used for locally hosting files on a trusted network.

devserver does not properly handle the attacks robust servers must withstand on an open network.

Installation

cargo install devserver

Usage

Open a command line and navigate to the directory you'd like to host then run:

devserver

Visit http://localhost:8080 or https://localhost:8080 to see your hosted content.

Options

--reload Automatically refresh pages when a file in the hosted folder changes.

--address Pass an address like "127.0.0.1:8080" or "localhost:8000" to change the address the server will host on.

--path Changes the directory to be hosted.

--header Pass a header like "Access-Control-Allow-Origin='*'". Use multiple --header flags for multiple headers.

--help Explains available options.

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].