All Projects → joshuarli → Srv

joshuarli / Srv

Licence: isc
minimalist http(s) server and file browser

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Srv

Nettygameserver
使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减少数据字典部分代码。使用game-executor工程,增加游戏内的异步事件全局服务, 支持事件sharding,均衡的异步执行事件逻辑
Stars: ✭ 1,203 (+1003.67%)
Mutual labels:  http-server
T Io
解决其它网络框架没有解决的用户痛点,让天下没有难开发的网络程序
Stars: ✭ 1,331 (+1121.1%)
Mutual labels:  http-server
Restbed
Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.
Stars: ✭ 1,551 (+1322.94%)
Mutual labels:  http-server
Hgw
hgw是由gateway网关服务、manager控制服务构成的一套轻量级网关系统。目前支持http/https协议的服务控制
Stars: ✭ 81 (-25.69%)
Mutual labels:  http-server
Proxy.py
⚡⚡⚡Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging
Stars: ✭ 1,291 (+1084.4%)
Mutual labels:  http-server
Http.swift
A tiny HTTP server engine written in swift.
Stars: ✭ 99 (-9.17%)
Mutual labels:  http-server
Envelop.c
🌊 Thread-less, event-loop based tiny http-server from scratch using epoll. Learning Purpose.
Stars: ✭ 75 (-31.19%)
Mutual labels:  http-server
Httpbin
HTTP Request & Response Service, written in Python + Flask.
Stars: ✭ 10,423 (+9462.39%)
Mutual labels:  http-server
Searchspot
The service responsible for Honeypot's ElasticSearch data
Stars: ✭ 90 (-17.43%)
Mutual labels:  http-server
Gaea
Gaea is a Gin-based web framework, reference gin https://github.com/gin-gonic/gin
Stars: ✭ 105 (-3.67%)
Mutual labels:  http-server
Igropyr
a async http server base on libuv for Chez Scheme
Stars: ✭ 85 (-22.02%)
Mutual labels:  http-server
Piping Server Rust
Infinitely transfer between any device over pure HTTP, designed for everyone using Unix pipe and even for browser users
Stars: ✭ 88 (-19.27%)
Mutual labels:  http-server
Cherrypy
CherryPy is a pythonic, object-oriented HTTP framework. https://docs.cherrypy.org/
Stars: ✭ 1,363 (+1150.46%)
Mutual labels:  http-server
React Native Http Bridge
HTTP server for React Native
Stars: ✭ 79 (-27.52%)
Mutual labels:  http-server
Mofuw
mofuw is *MO*re *F*aster, *U*ltra minimal *W*ebserver.
Stars: ✭ 107 (-1.83%)
Mutual labels:  http-server
Suave
Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.
Stars: ✭ 1,196 (+997.25%)
Mutual labels:  http-server
Meinheld
Meinheld is a high performance asynchronous WSGI Web Server (based on picoev)
Stars: ✭ 1,339 (+1128.44%)
Mutual labels:  http-server
Daraja Framework
A lightweight HTTP server framework for Object Pascal (Delphi 2009+/Free Pascal 3.0) based on Indy
Stars: ✭ 108 (-0.92%)
Mutual labels:  http-server
Netty Rest
Yet another high performance REST server based on Netty
Stars: ✭ 107 (-1.83%)
Mutual labels:  http-server
Violetear
Go HTTP router
Stars: ✭ 100 (-8.26%)
Mutual labels:  http-server

srv

minimalist http(s) server and file browser.

download

static executables for some platforms can be found here.

usage

Simply srv. Defaults are -p 8000 -b 127.0.0.1 -d .

usage: TLS

TLS and HTTP/2 are enabled if you pass -c certfile -k keyfile.

to make self-signed certs:

openssl req -nodes -new -x509 -keyout key.pem -out cert.pem -subj "/"

or better, locally trusted certs with mkcert:

mkcert -install
mkcert -key-file key.pem -cert-file cert.pem -ecdsa 127.0.0.1
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].