jondubois / nombo

Node.js Realtime App Framework

Home Page:http://nombo.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a way to bypass server cache

jondubois opened this issue · comments

Currently the only way to bypass server cache (for static files served over HTTP) is using some tricky custom middleware. It would be nice to allow the client to easily bypass server cache to make sure that it gets the most up to date version of a file.

Issue #2 should be resolved before moving on to this one (it will make this task much easier).