From 8c3d9ea1655f1737379ca4ae7064f0517b74a531 Mon Sep 17 00:00:00 2001 From: fish-tennis <33828185+fish-tennis@users.noreply.github.com> Date: Tue, 25 Jul 2023 20:33:14 +0800 Subject: [PATCH] add gnet (#4925) * add gnet https://github.com/fish-tennis/gnet a high-performance networking framework,especially for game servers * add snowflake * Revert "add snowflake" This reverts commit 29b6117dba58b9e6b54ef8596e51ea33df073c52. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7ca9581..d94b6d41 100644 --- a/README.md +++ b/README.md @@ -1862,6 +1862,7 @@ _Libraries for working with various layers of the network._ - [gldap](https://github.com/jimlambrt/gldap) - gldap provides an ldap server implementation and you provide handlers for its ldap operations. - [gmqtt](https://github.com/DrmagicE/gmqtt) - Gmqtt is a flexible, high-performance MQTT broker library that fully implements the MQTT protocol V3.1.1. - [gnet](https://github.com/panjf2000/gnet) - `gnet` is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go. +- [gnet](https://github.com/fish-tennis/gnet) - `gnet` is a high-performance networking framework,especially for game servers. - [gNxI](https://github.com/google/gnxi) - A collection of tools for Network Management that use the gNMI and gNOI protocols. - [go-getter](https://github.com/hashicorp/go-getter) - Go library for downloading files or directories from various sources using a URL. - [go-powerdns](https://github.com/joeig/go-powerdns) - PowerDNS API bindings for Golang.