https://github.com/dreamans/evnio
A lightweight, fast non-blocking TCP network library based on Reactor mode.
https://github.com/dreamans/evnio
Last synced: 6 months ago
JSON representation
A lightweight, fast non-blocking TCP network library based on Reactor mode.
- Host: GitHub
- URL: https://github.com/dreamans/evnio
- Owner: dreamans
- License: mit
- Created: 2020-03-09T04:33:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T14:20:14.000Z (over 5 years ago)
- Last Synced: 2025-04-14T11:12:14.889Z (6 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# evnio
A lightweight, fast non-blocking TCP network library based on Reactor mode.
# Feature
- fast and simple
- low memory usage
- cross-platform# Getting Started
## Install
go get -u github.com/dreamans/evnio
## Websocket examplehttps://github.com/dreamans/evnio/tree/master/examples/websocket
# LicenseMIT