Our great sponsors
-
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 clound!
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
-
SonarLint
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!. SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
-
Android : Glide-IM-Android - GitHub
-
Web: Glide-IM-Web - GitHub
-
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
-
protobuff : Google's binary data transfer protocol
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
gorilla/ websocket : The most star WebSocket library in Golang
-
nsq : simple, high performance, distributed MQ
-
go- redis / redis : Redis client
-
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 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.
Related posts
- Any golang framework or approach to build a single source of truth?
- How to use ZeroMQ Request-Reply Pattern in Golang
- For those running Go in production at scale, what do you use for distributed task queues?
- Most primitive lighweight alternative to Kafka?
- NATS, NATS Streaming & NATS JetStream + How to build a JetStream Cluster & Go Client