Skip to content

studiogangster/blazeSockets

Repository files navigation

BlazeSockets

N|Solid

Ultra light weight, and highly customisable websockets, written in goLang.

  • Highly optimised
  • Multithread support
  • kQueue/ePoll Implemented
  • Zero copy upgrade
  • Dead/Stale socket detection

Requirement:

  • dep
  • Golang

Installation:

Example

package main
    import bws "blazesockets/websockets"
    func main() {
        bws.StartServer(bws.ServerConfig{
            PORT: 8080,
        })
    }

About

Ultra light weight, and highly customisable TCP sockets, written in goLang. Designed to be used for low latency, high throughput message exchange (multiplayer games, chat messages, audio transmission, etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors