Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/veranovus/gnet


https://github.com/veranovus/gnet

Last synced: about 1 month ago
JSON representation

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.