Skip to content

anhtranbk/cubone

Repository files navigation

Overall Architecture

architecture

How to use

Run server in dev mode:

go run cmd/main.go

To use Redis as backend pubsub, you must configure REDIS_ADDRESS:

REDIS_ADDRESS=localhost:6379 go run cmd/main.go

By default, server listen on port 11888, you can change this as the following:

ADDR=0.0.0.0:8080 go run cmd/main.go

About

Simple message-based delivery platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published