This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages) This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: "MochiKit" – news · newspapers · books · scholar · JSTOR (September 2023) (Learn how and when to remove this template message) The topic of this article may not meet Wikipedia's notability guidelines for products and services. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.Find sources: "MochiKit" – news · newspapers · books · scholar · JSTOR (February 2018) (Learn how and when to remove this template message) (Learn how and when to remove this template message)
MochiKit
Developer(s)Bob Ippolito
Initial releaseJuly 27, 2005; 18 years ago (2005-07-27)
Stable release
1.5 / (January 5, 2013; 11 years ago (2013-01-05))
Repository
Written inJavaScript
Operating systemCross-platform (JavaScript)
TypeJavaScript library
LicenseMIT License / Academic Free License
Websitehttps://mochi.github.io/mochikit/

MochiKit is a light-weight JavaScript library[1] written and maintained by Bob Ippolito.

Inspired by the Python networking framework, Twisted, it uses the concept of deferred execution to allow asynchronous behaviour. This has made it useful in the development of interactive web pages which maintain a dialog with the web server, sometimes called Ajax applications.

Of particular note is its ability to load and manipulate JSON-encoded data sets, and MochiKit.DOM, a set of functions to easily create dynamic page components.

MochiKit forms the foundation of the client-side functionality of the TurboGears Python web-application stack. Perhaps as a result of the author's involvement in the Python community, MochiKit exhibits many idioms familiar to Python programmers, and is commonly used in Python-based web applications.

See also

References

  1. ^ Zammetti, Frank (2007-09-08). Practical JavaScript, DOM Scripting and Ajax Projects. Apress. ISBN 978-1-4302-0197-7.