Search code examples
meteorjavascriptweb-frameworks

MeteorJS Alternatives: Latency Compensation Frameworks and Libraries?


Effort: I am building a word game based on a chat web-client where I need to make a server call on input chat text to validate it before broadcasting on the chat.

I am aware of Meteor providing latency compensation out of the box. But given its still in "early preview" makes me seek other alternatives.

What I tried: Unfortunately my web search for "latency compensation framework library" doesn't yield anything other than Meteor (including non-personalized results).

Question: Are there any other alternatives that provide latency compensation -or- can make the job easier? I am hoping other developers might have encountered something useful/relevant.


Solution

  • RethinkDB uses term 'latency compensation'.
    I've also tried to gather per-feature alternatives to Meteor