Ultra light weight, and highly customisable websockets, written in goLang.
- Highly optimised
- Multithread support
- kQueue/ePoll Implemented
- Zero copy upgrade
- Dead/Stale socket detection
- dep
- Golang
- dep init
- git clone https://github.com/rounak316/blazeSockets.git
- dep ensure
package main
import bws "blazesockets/websockets"
func main() {
bws.StartServer(bws.ServerConfig{
PORT: 8080,
})
}
