Is it possible to use Juggernaut
with GWT
or does anyone know of an engine for GWT that provides realtime server connection like Juggernaut for Rails?
Asked
Active
Viewed 67 times
0

Kalamarico
- 5,466
- 22
- 53
- 70

Amith Kumar
- 11
- 5
-
I have used this extensions: https://github.com/Atmosphere/atmosphere-extensions/tree/master/gwt20/modules – Euclides Oct 01 '17 at 05:27
-
Thanks for your suggestion, Is Atmosphere runs on a separate port like Juggernaut? I tried with JBoss Errai it works well but does not run independently, it will run on the server side and push messages to the client. – Amith Kumar Oct 02 '17 at 06:21