eloquence

1.0.0 • Public • Published

Eloquence

Eloquence is a node.js MVC framework built as part of the open source Volunteerily project and used in production for Pinstory.

Key points

  • The framework wraps everything in a promise enviromnent, encouraging clean code and avoiding callback hell.
  • Catches any errors thrown at the controller level and redirects accordingly (404, 500...). On development, the full server error stack is also returned to the view, making it easy to debug.
  • Provides lightweight model ORM with basic CRUD methods. It's easy to override the methods or add your own.
  • Models trigger events, making it easy to handle dependencies between them.

Technology

Getting started

Refer to the /tutorial section for a full boilerplate example.

Contributing

Feel free to fork the project and send pull requests on github.

License

Eloquence is MIT Licensed (MIT).

Issues

Bugs and requests can be sent here.

Package Sidebar

Install

npm i eloquence

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • danlevan