Lightweight Websocket library a simple game server?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. websocket

    Minimal and idiomatic WebSocket library for Go (by coder)

    https://github.com/nhooyr/websocket until you can articulate why exactly it's not what you need. See README for comparison against others.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. 1m-go-websockets

    handling 1M websockets connections in Go

    You might want to check this for scaling websockets https://github.com/eranyanay/1m-go-websockets

  4. ws

    Tiny WebSocket library for Go. (by gobwas)

    I've been using https://github.com/gobwas/ws for a while in production, works fantastic. It allows me to control the websocket implementation at a much lower level than gorilla/websocket.

  5. liwords-socket

    The websocket server for liwords

    Check out my game socket server: https://github.com/domino14/liwords-socket

  6. nbio

    Pure Go 1000k+ connections solution, support tls/http1.x/websocket and basically compatible with net/http, with high-performance and low memory cost, non-blocking, event-driven, easy-to-use.

    I was using gobwas and then switched to https://github.com/lesismal/nbio.

  7. Pixel

    A hand-crafted 2D game library in Go

  8. Ebiten

    Ebitengine - A dead simple 2D game engine for Go

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. OpenDiablo2

    Discontinued An open source re-implementation of Diablo 2

  11. pgsf-old

    Discontinued pgsf: pragmatic game server framework

    This one is based on Melody, and seems pretty good. https://github.com/red-letter-day/pgsf

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What would be the closest thing to Unity/Unreal C#/C++ for Go to create games/animations/visual work?

    5 projects | /r/golang | 19 Apr 2023
  • Can Go be used for game development?

    3 projects | /r/golang | 16 Mar 2023
  • Library for game dev

    5 projects | /r/golang | 18 Sep 2022
  • What 2D Go Game Framework Do You Use, and What are Its Pros and Cons?

    5 projects | /r/golang | 12 Aug 2022
  • Is there a 3D game library or engine made in Go that's usable and not restrictively licensed?

    2 projects | /r/golang | 21 Mar 2022

Did you know that Go is
the 4th most popular programming language
based on number of references?