Zazl
Developers build web browser-based user interfaces, or web UIs, with a combination of server-side UI code and client-side UI code. Sometimes it makes sense to render a UI component on the server-side. Other times you need to instantiate a UI component client-side, inside the running web page. Sometimes you want the flexibility to render the UI component client-side or server-side.
Zazl gives JavaScript developers the flexibility to use JavaScript to render UI components on both sides of the wire. Zazl enables developers to run JavaScript on the server to render dynamic web pages using the Dojo Toolkit’s implementation of the Django Template Language (DTL). Zazl currently uses the Dojo Toolkit’s development style and runs your code with the help of Rhino or V8 JavaScript engines.