Gorilla/websocket or Melody?

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • websocket

    Discontinued A fast, well-tested and widely used WebSocket implementation for Go.

    I'm looking to build a game server that uses web sockets to communicate with clients, I've looked into some of the libraries and the main ones seem to be gorilla websockets and melody.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • melody

    :notes: Minimalist websocket framework for Go (by olahol)

    I'm looking to build a game server that uses web sockets to communicate with clients, I've looked into some of the libraries and the main ones seem to be gorilla websockets and melody.

  • centrifuge

    Real-time messaging library for Go. The simplest way to add feature-rich and scalable WebSocket support to your application. The core of Centrifugo server.

    Have you considered https://github.com/centrifugal/centrifuge? It also uses Gorilla WebSocket for WebSocket transport at the moment – but it's hidden inside and may be replaced if needed since Transport interface is pluggable. It's more heavyweight though than both Melody and Gorilla WebSocket but provides much more functionality out-of-the-box.

  • websocket

    Minimal and idiomatic WebSocket library for Go (by coder)

    link: https://github.com/nhooyr/websocket

  • 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.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • Websocket memory usage

    8 projects | /r/golang | 24 May 2023
  • Release v1.2.0 · gobwas/ws - WebSocket library for Go.

    3 projects | /r/golang | 10 Apr 2023
  • Is there an alternative to gorilla websocket?

    9 projects | /r/golang | 23 Feb 2023
  • As gorilla websocket has been archived which library can we use?

    1 project | /r/websocket | 23 Feb 2023
  • WebSockets in Go: A hijackers' perspective

    1 project | dev.to | 11 Feb 2023

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