0
votes
1answer
89 views

Is SockJS EventBus Bridge a right tool for building private chats?

I would like to build a app with private chat powered by SockJS using Vert.X. I quickly ran into limitation of SockJS because of it's simplistic API and multiplexing doesn't seem to be the answer ...
1
vote
1answer
148 views

What is the maximal size for SockJS messages?

I'm using Vert.x and SockJS to transfer data encapsulated in messages. Is there a specification how big the SockJS/Websocket messages can be?
0
votes
3answers
667 views

Any idea why requests to vertx embedded in grails are synchronously queued up

Environment: Mac osx lion Grails version: 2.1.0 Java: 1.7.0_08-ea If I start up vertx in embedded mode within Bootstrap.groovy and try to hit the same websocket endpoint through multiple browsers, ...