Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veranovus/gnet
https://github.com/veranovus/gnet
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/veranovus/gnet
- Owner: veranovus
- Created: 2022-05-18T19:01:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T15:03:30.000Z (over 2 years ago)
- Last Synced: 2023-07-13T06:37:54.509Z (over 1 year ago)
- Language: Go
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GNet
GNet is a simple go tcp network implementation,
it's made for games but, suits for other use cases too.> Version 0.16
## Missing Features
- General improvements?
- Example implementation.## Changelog
- Fixed a bug which caused in crash on a
call to `Server.CloseServer`.## Usage
There is no other dependencies other than go's build in
networking library.There are simple example code for both client and server
implementation in example folder.