Tagged Questions
0
votes
3answers
48 views
Should I use fixed or dynamic time step in a networking game?
I am currently developing a online networking game using Box2D JS and Vert.x as the server->client framework.
I have searched for pros and cons of each and I really believe that a dynamic time step ...
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?
2
votes
3answers
504 views
vert.x mySQL Javascript driver library
I just discovered vert.x and am very intrigued by it. The first thing I do when I discover a new framework is seek out a mySQL driver. I've searched all over and it seems there is nothing available. ...