This update introduces architectural support for scaling SSE servers horizontally by adding an Nginx configuration and simplifying the messaging API. The /push/token endpoint has been replaced with a cleaner POST /push?pubkey=<pubkey> interface to streamline interaction, and example scripts have been updated to reflect these changes. This setup now allows running multiple instances behind a load balancer to increase capacity.

Enabled horizontal scaling for SSE servers with Nginx support - lattice-pns/lattice