A collection of batman.js demos to showcase batman.js with different backends.
Having issues with a demo? Want to contribute? Raise a ticket and/or submit a pull request!
001-local-wordbump
002-rails-batchat-ruby
- No single page apps. All files need to be in their respected folder (see folder convention)
- Provide backend instructions on how to get it up and running (if using rails, rake db:setup, etc.)
- Display the version of batman.js used within the app
- Include the version of batman.js that the app is using. This is due to mass confusion among new people loading up demos that don't work with the most recent version.
- A README.md must be included within the directory (containing pertinent information from above).
- Since batman.js advocates Coffeescript, no pure js solutions will be accepted.
- Clone the 000-apptemplate folder and rename it via the naming convention
- Update the version of batman (I'll try and keep the version in the template up to date as much as possible)
- Update the current demos section list above with the folder name
- Pull request
See the 000-apptemplate folder in the repo
###-adapter-name[-backendlang]
Examples:
- Local app: 001-local-wordpicker
- Rails app: 001-rails-awesomeapp-ruby
- C# MVC app: 001-rest-alphabet-csharp