jstp / node-jstp

JSTP implementation in Node.js
2 stars 2 forks source link

Buffering for polling #17

Open xaviervia opened 11 years ago

xaviervia commented 11 years ago

We already hit the need to buffer dispatches when falling back to polling using XHR in the applications. The JSTP Engine can easily be extended for the polling by hand, but, wouldn't it be nice to provide a way to buffer directly in the Engine?

Also: buffering for lost packages, which is a must for robustness.