package
0.0.0-20211017205145-0649959186af
Repository: https://github.com/eranyanay/1m-go-websockets.git
Documentation: pkg.go.dev

# README

This example shows how to implement an asynchronous I/O mechanism in order to reduce the number of running goroutines

This allows to use a single goroutine to detect when a connection has new data that is available to read/write

# Functions

No description provided by the author
No description provided by the author