On Fri, 4 Oct 2019 at 23:35, Frank <[email protected]> wrote: > I was thinking about just bare bones websockets. Since this is most the > metal and you best now what is going around... > Any hints where to look on how to work with WebSockets in GWT ? Which > library to use ? >
We use web sockets for this use case and it works great. We already had our own reconnect-on-drop logic and a serialization layer so found there’s no real value in higher level abstractions We have dropped all custom websocket libraries and use a recent elemental2 version and find that fine. (The original elemental2 version was not mapped correctly) -- Cheers, Peter Donald -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CACiKNc69tdyLpwiwGSP8ULzRdAO2WPjifsB%3D63rH%3DU0hGoT35A%40mail.gmail.com.
