Build Web Applications with Embedded Server Side JavaScript: JavaScript Pre-Processor
JavaScript Pre-Processor (JSPP) is a simple way to build web applications with embedded server side JavaScript.
In a few minutes you can build dynamic backend logic in to any page (html, css, etc) using node.js, jQuery and server side DOM with php-like embedded code.
When you’re in an html file you get most of the normal browser environments. window
document
and other objects are available.
You also have a jQuery object at $
that you can use to manipulate any part of the page.
1 Response
[...] This post was mentioned on Twitter by esarfraz, esarfraz. esarfraz said: http://greepit.com/2011/01/build-web-applications-with-embedded-server-side-javascript-javascript-pre-processor/ [...]