Golang Super Simple Load Balance
SSLB (Super Simple Load Balancer) ver 0.1.0 It's a Super Simple Load Balancer, just a little project to achieve some kind of performance. Features Hig
golang tcp server
TCPServer Package tcp_server created to help build TCP servers faster. Install package go get -u github.com/firstrow/tcp_server Usage: NOTICE: OnNewMe
A LWM2M Client and Server implementation (For Go/Golang)
Betwixt - A LWM2M Client and Server in Go Betwixt is a Lightweight M2M implementation written in Go OMA Lightweight M2M is a protocol from the Open Mo
Simple hosts file management in Golang (deprecated).
Goodhosts (deprecated) This library is now deprecated. See the goodhosts organisation for the current maintained version. Simple hosts file (/etc/host
Golang library for Radius
goradius Description goradius package implements basic Radius client capabilities, allowing Go code to authenticate against a Radius server. It is bas
Simple, fast and scalable golang rpc library for high load
gorpc Simple, fast and scalable golang RPC library for high load and microservices. Gorpc provides the following features useful for highly loaded pro
Decentralized VPN in golang
LCVPN - Light decentralized VPN in golang Originally this repo was just an answer on a question "how much time it'll take to write my own simple VPN i
Package for writing Nagios/Icinga/et cetera plugins in Go (golang)
nagiosplugin Package for writing Nagios/Icinga/et cetera plugins in Go (golang). Documentation See http://godoc.org/github.com/olorin/nagiosplugin. Us
Golang client for NATS, the cloud native messaging system.
NATS - Go Client A Go client for the NATS messaging system. Installation # Go client
go get github.com/nats-io/nats.go/
# Server
go get github.com/na