pseidemann's Stars
gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
tokio-rs/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
valyala/fasthttp
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
julienschmidt/httprouter
A high performance HTTP request router that scales well
hyperium/hyper
An HTTP library for Rust
activeadmin/activeadmin
The administration framework for Ruby on Rails applications.
tokio-rs/mio
Metal I/O library for Rust.
hashicorp/serf
Service orchestration and management tool.
rust-lang/futures-rs
Zero-cost asynchronous programming in Rust
hashicorp/memberlist
Golang package for gossip based membership and failure detection
awnumar/memguard
Secure software enclave for storage of sensitive information in memory.
linux-noah/noah
Bash on Ubuntu on macOS
silverwind/droppy
**ARCHIVED** Self-hosted file storage
spotify/dh-virtualenv
Python virtualenvs in Debian packages
weaveworks/mesh
A tool for building distributed applications.
uber/ringpop-go
Scalable, fault-tolerant application-layer sharding for Go applications
zalando/gin-oauth2
Middleware for Gin Framework users who also want to use OAuth2
naoina/denco
The fast and flexible HTTP request router for Go
hugegreenbug/xf86-input-cmt
X11 ChromiumOS touchpad driver ported to Linux
pseidemann/tik
An interpreted toy programming language written in Go.