Skip to content

The NodeJS based Modular Backend for CleverStack (but it also works great on its own), MEAN and so much more.

License

Notifications You must be signed in to change notification settings

CleverStack/node-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b157675 · May 9, 2016
Jul 21, 2015
Mar 5, 2015
May 9, 2016
Jan 28, 2014
Mar 16, 2015
May 4, 2016
May 5, 2016
Mar 3, 2015
Mar 16, 2015
Mar 16, 2015
Jan 12, 2014
May 5, 2016
Mar 11, 2015
Mar 27, 2015
Mar 5, 2015
Jun 25, 2014
Mar 29, 2015
Mar 5, 2015
May 4, 2016

Repository files navigation

CleverStack Node Seed

GitHub version Dependency Status devDependency Status Code Climate Build Status Coverage Built with Grunt

CleverStack Node Seed

CleverStack Node Seed provides you with a cutting edge NodeJS development workflow. It's been designed to provide you with a super fast test driven back-end development lifecycle. Everything you need should be just one command away, if it's not please open an issue or fork and submit a pull request.

Some Highlights

  • NodeJS Async Non-Blocking Core.
  • Modular Coding Structure based on NPM.
  • Grunt powered tasks, including Server with Live Restart using nodemon.
  • Databases supported: MySQL, PostgreSQL, SQLite or MongoDB.
  • Official ORM (Object Relational Mapper) Module provides an enterprise SQL based solution out of the box.
  • Official ODM (Object Document Mapper) Module provides an enterprise NoSQL based solution out of the box.
  • Clustered application with high Concurrency out of the box.
  • NodeJS Background Tasks Module which allows CPU intensive (blocking) operations to take place in separate processes, allowing your HTTP Web Server Processes to continue serving HTTP Requests.
  • Unit & E2E (Integration) Testing with Mocha and Request.

Documentation

See cleverstack.io for more detailed information on the Node seed or visit the Getting Started Guide

Install

Install is made easy using the CleverStack CLI, first install node.js

  1. $ npm install -g cleverstack-cli
  2. $ clever init my-app && $ cd my-app
  3. $ clever serve
  4. Go to: http://localhost:9000. Your express server runs on port 8080 by default.

License

See our LICENSE

About

The NodeJS based Modular Backend for CleverStack (but it also works great on its own), MEAN and so much more.

Resources

License

Stars

Watchers

Forks

Packages

No packages published