New JavaScript framework – Batman.js
While searching for a JavaScript solution, I bumped across Batman.js. I tried the example below and just loved it:
http://batmanjs.org/examples/alfred.html
After going through some documentation, here is what I found:
- Extremely light-weight
- Less and clean codes
- Very flexible in how you want to use it (server side v/s. front end)
- Works with Jquery library
- A lot less painful as it uses convention over configuration
I would personally love to use it for my own project. A word of caution – This is a relatively new framework. So if you are looking for a rock solid thing, this might not be the right time. However, if you want to experiment and be a little more adventurous, just go for it…you are going to love it!
Advertisement
Leave a Comment