fenggeren's Stars
davyxu/cellmesh
Game server framework based on cellnet
davyxu/cellnet
High performance, simple, extensible golang open source network library
wangchuan3533/holdem
texas hold'em poker game
Roguelazer/einotail
Like `tail -F` but with more epoll and inotify
lni/dragonboat
A feature complete and high performance multi-group Raft library in Go.
kataras/iris
The fastest HTTP/2 Go Web Framework. New, modern and easy to learn. Fast development with Code you control. Unbeatable cost-performance ratio :rocket:
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.
go-sql-driver/mysql
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
ethereum/go-ethereum
Go implementation of the Ethereum protocol
jeffgerickson/algorithms
Bug-tracking for Jeff's algorithms book, notes, etc.
fmtlib/fmt
A modern formatting library
alecthomas/entityx
EntityX - A fast, type-safe C++ Entity-Component system
JuDelCo/Entitas-Cpp
Entitas++ is a fast Entity Component System (ECS) C++11 port of Entitas C#
sschmid/Entitas
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
qicosmos/feather
a modern, rapid,cross-platform web development framework developed in c++17
opentibia/yatc
An open source alternate client for Tibia.
opentibia/server
An open source server for the MMORPG Tibia.
zaphoyd/websocketpp
C++ websocket client/server library
Corvusoft/restbed
Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.
RedisInsight/RedisDesktopManager
cpp-redis/cpp_redis
C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform
ocornut/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
heroiclabs/nakama
Distributed server for social and realtime games and apps.
rhashimoto/poolqueue
C++ Asynchronous Promises, inspired by Promises/A+
laravel/laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
nswbmw/N-blog
《一起学 Node.js》
qicosmos/iguana
universal serialization engine
leethomason/tinyxml2
TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
Tencent/MMKV
An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
mandliya/algorithms_and_data_structures
180+ Algorithm & Data Structure Problems using C++