Skip to content
jsguy edited this page Feb 18, 2015 · 1 revision

Primary goals

  • Easy setup of isomorphic application based on mithril
  • Skeleton / scaffold / Boilerplate to allow users to very quickly get up and running.
  • minimal core
  • easy extendible
  • DB agnostic (e. G. plugins for different ORM/ODM)

Components

Useful libs

Here are some libraries we are considering using, (in no particular order):

  • leveldb
  • mithril-query
  • translate.js
  • i18next

And some that we're already using:

  • express
  • browserify
  • mocha/expect
  • mithril-node-render
  • mithril-sugartags
  • mithril-bindings
  • mithril-animate
  • lodash
  • validator

Clone this wiki locally