express-jsdom
express-jsdom copied to clipboard
Server-side DOM for express.js
Added simple caching or parsed htmls. Currently it is very simple. There is not code to expire old caches. Please do test before pull.
Hello there! This looks like a great library, but I'm worried by the lack of a license. It shouldn't matter what license you choose, just so long as its there....
In express-jsdom the caching code seems to be commented out (in function insertDocument). Using that simple caching almost halves the response time for subsequent request for the same file. I...