Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 757 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 757 Bytes

Centrifugo Base

Instant messaging server starter using Centrifugo and Traefik.

Traefik Documentation

This template uses Traefik (https://traefik.io/), an edge router and reverse proxy written in Go.

To start, make sure to configure your Traefik instance or remove some Traefik-related configs in your docker compose file.

When using Traefik, you can easily deploy using https://github.com/Nuxify/traefik-setup.

Centrifugo Documentation

Refer to official Centrifugo site: https://centrifugal.dev/docs/getting-started/quickstart.

# generate config file
cp config.example.json config.json

To check all server configurations, visit https://centrifugal.dev/docs/server/configuration.

Made with ❤️ at Nuxify