GO version distributed configuration center confcarrier
- Support end-to-end real-time communication, reduce resource consumption with long connections
- Can meet the rich configuration operations of the business
- Publish and subscribe mode - the server listens to changes in portal configuration and broadcasts message notifications to the client
- Equipped with backend page management and web-based operation configuration
- queue message
- cache
- make-one-server
If you are a small project, you can use the code of the make one server branch to aggregate the server and portal into one service https://github.com/data2/confcarrier/tree/make-one-big-server
go run carrier.go util.go db.go queue.go tcpPort mysqlUrl redisUrl
go run client.go port
go run portal.go util.go db.go queue.go port mysqlUrl redisUrl