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

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.

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 example

https://github.com/dreamans/evnio/tree/master/examples/websocket

# License

MIT