MochiKit
Find sources: "MochiKit" – news · newspapers · books · scholar · JSTOR (September 2023) (Learn how and when to remove this message)
Developer(s) | Bob Ippolito |
---|---|
Initial release | July 27, 2005; 19 years ago (2005年07月27日) |
Stable release | 1.5
/ (January 5, 2013; 12 years ago (2013年01月05日)) |
Repository | |
Written in | JavaScript |
Operating system | Cross-platform (JavaScript) |
Type | JavaScript library |
License | MIT License / Academic Free License |
Website | https://mochi.github.io/mochikit/ |
MochiKit is a light-weight JavaScript library[1] written and maintained by Bob Ippolito.[2] [3]
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
[edit ]References
[edit ]- ^ Zammetti, Frank (2007年09月08日). Practical JavaScript, DOM Scripting and Ajax Projects. Apress. ISBN 978-1-4302-0197-7.
- ^ Moore, D.; Budd, R.; Benson, E. (2007). Professional Rich Internet Applications: AJAX and Beyond. Wrox Professional Guides. Wiley. p. 195. ISBN 978-0-470-14972-0 . Retrieved 2025年03月06日.
- ^ Ramm, M.; Dangoor, K.; Sayfan, G. (2006). Rapid Web Applications with TurboGears: Using Python to Create Ajax-Powered Sites. Pearson Open Source Software Development Series. Pearson Education. p. 242. ISBN 978-0-13-270308-6 . Retrieved 2025年03月06日.
External links
[edit ]
This software-engineering-related article is a stub. You can help Wikipedia by expanding it.