Marketplace
Configure (
<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> · <a href="https://one-studio.co"><strong>One Studio</strong></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>
NATS
InfrastructureNATS broker transport for realtime.
togo-framework
bash
togo install togo-framework/realtime-natsInstall
bash
togo install togo-framework/realtime-natsrealtime-nats
A NATS transport for togo realtime. Implements togo.Broker:
Publish fans events over a NATS subject (so every app instance — and any other
service on your NATS — receives them), and the SSE Handler subscribes to NATS and
streams events to browsers. Overrides the default in-process SSE broker.
Great for multi-instance fan-out and bridging your message queue to services.
Install
bash
togo install togo-framework/realtime-natsConfigure (.env)
ini
NATS_URL=nats://127.0.0.1:4222
NATS_SUBJECT=togo.realtime
If NATS is unreachable at boot, the plugin logs and keeps the default broker.
MIT © togo-framework
<div align="center"> <h3>Premium sponsors</h3> <p> <a href="https://id8media.com"><strong>ID8 Media</strong></a> · <a href="https://one-studio.co"><strong>One Studio</strong></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>