Tuesday, March 6, 2018

Re: Client to client communication

Personally I use SignalR for realtime communication between GWT clients.
SignalR is from Microsoft to let different clients (also desktop .NET clients) of all kinds talk to each other. I used the SignalR JavaScript version from within GWT and it works no problem.


We use this technology since our entire backend is already in .NET.
You could also use stuff like WebSockets (which is used internally by SignalR, but SignalR auto falls back on long polling). Maybe your best place to start looking is https://github.com/sksamuel/gwt-websockets

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment