Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alindsay55661/Kernel.js
An ultra lightweight scalable javascript architecture
https://github.com/alindsay55661/Kernel.js
Last synced: 9 days ago
JSON representation
An ultra lightweight scalable javascript architecture
- Host: GitHub
- URL: https://github.com/alindsay55661/Kernel.js
- Owner: alindsay55661
- License: mit
- Created: 2011-03-31T05:43:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T03:46:26.000Z (over 9 years ago)
- Last Synced: 2024-07-26T20:59:02.043Z (4 months ago)
- Language: JavaScript
- Homepage: http://alanlindsay.me/kerneljs/
- Size: 451 KB
- Stars: 74
- Watchers: 9
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kernel.js is an ultra lightweight (~4k) architecture for building scalable
javascript applications. It provides a messaging system that allows you to
build your application in a decoupled and flexible fashion.Kernel.js was inspired by Nicholas Zakas's talk on scalable Javascript archicture:
[http://www.youtube.com/watch?v=vXjVFPosQHw](http://www.youtube.com/watch?v=vXjVFPosQHw)For examples and docs check out: [http://alanlindsay.me/kerneljs](http://alanlindsay.me/kerneljs)
OR
[docs](docs/index.html)