Registry / networking / tidwall-evio

tidwall-evio

JSON →
library1.0.8gogounverified

Evio is an event-driven networking framework for Go, providing a fast and efficient network event loop.

go get github.com/tidwall/evio
INSTALL
IMPORT
SIG · TIDWALL-EVIO
T
tidwall-evio
networkinggov1.0.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

evio
github.com/tidwall/evio

Starts an evio TCP server on port 8080.

package main import ( "log" "github.com/tidwall/evio" ) func main() { var events evio.Events events.Serving = func(srv evio.Server) (action evio.Action) { log.Printf("evio server started on %s", srv.Addrs) return } log.Fatal(evio.Serve(events, "tcp://:8080")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.8latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
tidwall-evio — go get tidwall-evio · libregistry