My UI web application started out using a single WebSockets connection, but later I needed to create a REST API and ended up duplicating a lot of code.
My API users make REST calls over HTTPS which go to the Mojo Routes, which is conceptually easier than the previous methods. Is there a way to use the websocket connection to hit the same REST resources so that I no longer endure the overhead of opening multiple HTTPS connections? I want my UI to do the exact same thing as the API so that my users can be sure they are getting the full functionality of the UI. -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
