Async JS in Nginx(github.com)
github.com
Async JS in Nginx
http://github.com/kung-fu-tzu/ngx_http_js_module
2 comments
Igor Sysoev once wrote "Why is Google V8 is not suitable for embedding in server" http://sysoev.ru/prog/v8.html (russian).
Google translate does surprisingly well at getting the gist across:
http://translate.google.com/translate?hl=en&sl=ru&tl...
http://translate.google.com/translate?hl=en&sl=ru&tl...
Indeed it does. Essentially, V8 is optimized for embedding in Chrome and doesn't work that well embedded in a web server.
I have to say; despite the author appearing to be non-native English speaker that is some of the best intro/install/get started documentation I've seen for a while.
Most people just leave you to it.
Most people just leave you to it.
Kick ass!