Skip to content

Blast Mojo is a patterns-based JavaScript framework that provides a consistent event- driven architecture for complex client-side web applications, built on existing best-of- breed JS libraries. Its objectives are to provide a structured way of developing Rich Internet Applications, abstract complexities by separation of concerns, and maximize r…

Notifications You must be signed in to change notification settings

steveluscher/Blast-Mojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blast Mojo - Javascript Web Framework

Why create another Framework?

Early 2007, Blast Mojo was born in order to:

  • Provide a standard, consistent architecture for developing with JavaScript
  • Work with different libraries without conflict
  • Structure and organize JavaScript
  • Enforce separation of concerns
  • Ensure code can be shared and re-used

Why use Blast Mojo?

  • Blast Mojo offers a foundation that other libraries and developers can take advantage of. It was built to provide a consistent architectural structure for development of small to massive projects allowing for code reuse and flexibility

  • Enforces organization and clean separation of code to ease readability and maintainability

  • Includes Mojo StdLib library which consists of well-tested and reusable behaviors and components for rapid prototyping and development

  • Increases productivity of large teams working in parallel, particularly on Agile projects, by dividing work into implementation silos and allowing incremental development

  • Reduces developer ramp-up time starting on new projects because they are already accustomed to the coding structures, patterns and practices

  • Development speeds up as times goes on compared to the opposite that happens when code becomes too tightly bound

Quick Video Tutorials

Licence

Blast Mojo Framework Available under the MIT License

Copyright (c) 2007-2009, Blast Radius Inc. All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Blast Mojo is a patterns-based JavaScript framework that provides a consistent event- driven architecture for complex client-side web applications, built on existing best-of- breed JS libraries. Its objectives are to provide a structured way of developing Rich Internet Applications, abstract complexities by separation of concerns, and maximize r…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published