1.1.0 • Published 4 years ago

carolina v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Carolina

This is a Node.js web development framework that I am working on as a personal project.

It has a few features:

  • Wrapper around Express.js routing
  • A global (bad stuff!) object managing various Services and classes
  • Multiple options for managing Session data
  • Database connectors for MongoDB or DynamoDB (or local files)
  • A system for events and listeners.

Installation

npm i carolina

The best way to start is to clone the starter project.

Documentation

The documentation for the project is here and it contains a tutorial project.