You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ve...@googlegroups.com
Hi Tim,
I am wondering if you could share some light over the rational of picking up SockJs and coding the server counter part in java rather than using Atmosphere ?
It seems to me that atmosphere would fit perfectly with vertx...
It integrates with netty and hazelcast out of the box, has a js client and a lot of stuff can be done on the server part within the very neat API it provides.
It just seems that coming from the JVM world, it would be more logical than SockJs...
- Chris
Tim Fox
unread,
Jul 31, 2012, 11:30:36 AM7/31/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ve...@googlegroups.com
SockJS is a lot more than websockets.
The most important thing about SockJS is that it provides a *websocket-like abstraction* even if websocket connections are not possible (e.g. a corporate proxy/firewall or browser does not allow it).
It falls back to using other transports automatically in this case. I'm only aware of two technologies - sock.js and socket.io that currently does this.
Pure websocket solutions currently have issues in the "real-world".
Tlvenn
unread,
Jul 31, 2012, 12:51:00 PM7/31/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ve...@googlegroups.com
I realize that and I believe Atmosphere provides the same abstraction within its js client
Vert.x - effortless polyglot asynchronous application development
http://vertx.io twitter:@timfox
Tlvenn
unread,
Jul 31, 2012, 3:03:47 PM7/31/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ve...@googlegroups.com
Well to their defense, they have been pretty conservative with their version numbers, Atmosphere has been stable and I believe used in many place in production for quite some time now.
Dont get me wrong, SockJs works pretty well indeed and I wasnt trying to push for a switch or anything.
I was more curious as the background behind using it against a pure Java project.
Bruno Santos
unread,
Jul 31, 2012, 3:31:20 PM7/31/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ve...@googlegroups.com
I've used Atmosphere before and it is pretty good framework. Plus, it integrates pretty well with Netty which I believe Vert.X IO is based on.
Unfortunately I do not have much on hands with SockJS.
Great subject for a blog post...
Maybe Atmosphere it could be integrated has a Vert.X IO module.
.
Tim Fox
unread,
Jul 31, 2012, 3:45:15 PM7/31/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ve...@googlegroups.com
My philosophy - "If it ain't broke - don't fix it"
Wilson MacGyver
unread,
Aug 2, 2012, 5:45:30 PM8/2/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ve...@googlegroups.com
couldn't agree more, especially for a young project with limited
resource, namely ONE :)
> --
> You received this message because you are subscribed to the Google Groups
> "vert.x" group.
> To view this discussion on the web, visit