prerenderer icon indicating copy to clipboard operation
prerenderer copied to clipboard

Server pre-rendering for Single Page Applications using ClojureScript/JavaScript by use of NodeJS.

Results 10 prerenderer issues
Sort by recently updated
recently updated
newest added

The npm package https://registry.npmjs.org/pupeno/xmlhttprequest/1.7.0 is missing. Shell output: ```` $ lein deps npm http 404 https://registry.npmjs.org/pupeno/xmlhttprequest/1.7.0 npm ERR! 404 'pupeno' is not in the npm registry. npm ERR! 404 You...

It would be easy to have NodeJS listening on an async.core channel for a "we are done" message to trigger early termination of pre-rendering and thus shipping of the page...

Implement automatic code reloading, a-la figwheel.

Currently it just doesn't work. We are successfully passing the cookies to NodeJS express, but node-xmlhttprequest is not sending it back to us on AJAX request and that's why it...

When the app looks to be idle, would it be possible to check whether there's a pending XMLHttpRequest? Something tells me this is possible since JavaScript has to have an...

Support multi-cores in NodeJS by doing multi-processes with socket sharing.

Currently it doesn't due to, I believe, the Closure compiler not seeing the NodeJS modules.