From ff2d0021eaa752e6dd98cf8aeaca6c1e007e2749 Mon Sep 17 00:00:00 2001 From: Chris Lonng Date: Sat, 19 Aug 2017 14:59:29 +0800 Subject: [PATCH] add nano - Lightweight, facility, high performance golang based game server framework (#1546) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 103501db..5556664c 100644 --- a/README.md +++ b/README.md @@ -498,6 +498,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go3d](https://github.com/ungerik/go3d) - Performance oriented 2D/3D math package for Go. * [gonet](https://github.com/xtaci/gonet) - Game server skeleton implemented with golang. * [Leaf](https://github.com/name5566/leaf) - Lightweight game server framework. +* [nano](https://github.com/lonnng/nano) - Lightweight, facility, high performance golang based game server framework * [Oak](https://github.com/oakmound/oak) - Pure Go game engine. * [Pixel](https://github.com/faiface/pixel) - Hand-crafted 2D game library in Go. * [raylib-go](https://github.com/gen2brain/raylib-go) - Go bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use library to learn videogames programming.