Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
Joe Catera edited this page Mar 1, 2014 · 103 revisions

Mojito is a sweet (and minty!) MVC application framework built on YUI3 that enables agile development of Web applications. Mojito allows developers to write client and server components in the same language (JavaScript), using the same framework. Because Mojito applications are written in JavaScript, they can run on the client (in the browser) and on the server (with Node.js).

Release Notes

Why Mojito?

Mojito v0.9

Mojito v0.9 is our beta version that will soon be tagged as the latest version in the npm repository. This version of Mojito is much more tightly integrated with Express, but in many respects, it is not much different than today's Mojito: you still use mojits and configuration files such as application.json and routes.json. You do, however, have the option of using Express-like routing, middleware, and you will be using node to start your apps through an app.js file.

You can find Mojito v0.9 in the Mojito's develop branch and can install with npm (npm i mojito@~0.9).

For more information, see the following wiki pages (the YDN documentation is coming soon):

Propaganda: Articles, Videos

How-to's and Support

Clone this wiki locally