Distributed IM Service in Golang

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
  • SonarLint - Clean code begins in your IDE with SonarLint
  • InfluxDB - Access the most powerful time series database as a service
  • rpcx

    Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱! build for cloud!

    GlideIM uses RPCX as the basis for microservices. The out-of-the - box microservice solution made me choose it. RPCX has rich functions, superior performance, integrated service discovery, and multiple routes. Scheme, and failure mode, service discovery using ETCD.

  • Glide-IM

    A high performance, distributed, open source instant messaging app, write in Go. [Moved to: https://github.com/Glide-IM/GlideIM]

    Server source code: GlideIM - GitHub

  • ONLYOFFICE

    ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises

  • Glide-IM-Android

    这个项目已暂停维护

    Android : Glide-IM-Android - GitHub

  • glide_ts_sdk

    glide im 前端

    Web: Glide-IM-Web - GitHub

  • toml

    TOML parser for Golang with reflection. (by BurntSushi)

    BurntSushi / toml : This is an excellent configuration file format, which I personally prefer

  • Gin

    Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

    gin: Excellent HTTP Web Framework

  • gogoprotobuf

    [Deprecated] Protocol Buffers for Go with Gadgets (by gogo)

    protobuff : Google's binary data transfer protocol

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

  • websocket

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

    gorilla/ websocket : The most star WebSocket library in Golang

  • go-nsq

    The official Go package for NSQ

    nsq : simple, high performance, distributed MQ

  • Redis

    Redis Go client

    go- redis / redis : Redis client

  • GlideIM

    请转到 glide-im/glide [Moved to: https://github.com/glide-im/glide-im]

    If you cannot run the code in the IDE due to dependencies or other reasons , you can download the compiled executable in singleton mode at here.

  • nsq

    A realtime distributed messaging platform

    NSQ is a message queue implemented by Golang, and all messages are routed through NSQ. Reasons for choosing NSQ compared to other MQs: decentralized distribution (direct connection between production and consumption), low latency, No ordering, high performance, simple binary protocol.

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