Closed B-R-P closed 3 months ago
How to create channels like in phoenix where clients can connect to a topic and receive messages sent to that topic by other clients?
This is a lower level library than Phoenix. You would either implement them in your application, or you can look into some pub-sub libraries: https://packages.gleam.run/?search=pubsub
How to create channels like in phoenix where clients can connect to a topic and receive messages sent to that topic by other clients?