MochiKit
Sign in to saveMochiKit is a light-weight JavaScript library written and maintained by Bob Ippolito.
Official website
MochiKit - A lightweight Javascript library
MochiKit is a highly documented and well tested suite of JavaScript libraries that will help you get things done, fast. It takes good ideas found in Python, Objective-C, etc. and adapts them to the crazy world of JavaScript.
mochi.github.io →Link to the official site · 1,798 chars · not written by Vinony
Source code
MochiKit is a highly documented and well tested, suite of JavaScript libraries that will help you get shit done, fast . We took all the good ideas we could find from our Python , Objective-C , etc. experience and adapted it to the crazy world of JavaScript . The domain name mochikit.com is no longer affiliated with this project or its maintainers. Control over the domain was lost due to an acquisition in 2010 and has not been affiliated with this project since 2014. Any material you find on that site, or emails coming from that domain, should be considered suspicious.
Excerpt from the source-code README · 835 chars · not written by Vinony
Wikidata facts
- Official website
- mochikit.com
Show 2 more facts
- source code repository URL
- github.com/mochi/mochikit
- software version identifier
- 1.4.2
Sources (3)
via Wikidata · CC0
~1 min read
Article
3 sectionsContents
- See also
- References
- External links
MochiKit is a light-weight JavaScript library 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.