Expressling is now node
v0.6.3+ compatible!
Thanks to @wavded (connect-mongo
) and @tomgallacher (gzippo
).
Open source node.js + express application framework.
Chat with us in IRC on freenode #expressling.
Expressling currently includes:
npm install -g expressling
expressling project-name && cd project-name
npm install -d
node server.js
The default user's credentials are:
- Email: [email protected]
- Password: expressling
If you encounter errors please tweet [@expressling][1] and post an [issue][2]. [1]: https://twitter.com/#!/niftylettuce [2]: https://github.com/niftylettuce/expressling/issues/new
Our goal is to provide an simple, interchangable boilerplate for the community. (e.g. pick and choose Stylus vs. LESS, CoffeeScript vs. JavaScript, MongoDB vs. CouchDB, Eco vs. Jade ...).
The end-result is to have a robust npm CLI that allows you to run
$ expressling project-name [options]
(e.g. $ expressling project-name -c stylus -t jade -d postgresql
)
to quickly deploy a new project based on your needs.
If you clone this repo to contribute, you need to chmod +x ./bin/expressling
.
- Maintainer: @niftylettuce
- Contributors:
- Your name could go here (and in
package.json
)!
- Your name could go here (and in
- Twitter: @expressling
- Website: http://expressling.com/
- Source: https://github.com/niftylettuce/expressling/
Expressling was inspired by several node.js projects.
- Better implementation of password/salt authentication or implement mongoose-auth
- Forever and Upstart documentation
- Support for CoffeeScript, SASS, Less, and other template/stylesheet engines
- Start a Wiki
- How-to for deploying with nodejitsu
- How-to for using MongoHQ in production deployments
- Integrate SSL support
MIT Licensed