Open rullyalves opened 5 years ago
I like the concept of this, but because there is no standard for websocket message content (and this would be required to do event routing), I think this should exist as a separate package built on top of Aqueduct.
Well, the idea of becoming a reality, standardizing the sending of messages via websocket, would be a pattern similar to the STOMP protocol, I think it would be a great abstraction, have some idea of where I should start in order to build this on the Aqueduct? I would like to understand more about how Aqueduct works with websockets and how I could interact with it, thanks for the attention.
Is there any possibility of adding a websockets controller similar to the Java Spring Boot websocket controller? so that there are endpoints of the application and the websockets work in a way similar to REST, I think this would make it easier to use and would be a great abstraction.