Skip to content
/ netgo Public

netgo is base on epoll syscall networking framework

License

Notifications You must be signed in to change notification settings

pigogo/netgo

Repository files navigation

netgo is an fast and small epoll event loop networking framework. It direct use syscalls rather than using the standard Go net package, and easy to use.

Features

  • Linux only
  • Tcp only
  • Simple API
  • Low memory usage
  • Socket option

Getting Started

Installing

To start using netgo, install Go and run go get:

$ go get -u github.com/pigogo/netgo

This will retrieve the library.

About

netgo is base on epoll syscall networking framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages