1.2.9 • Published 3 years ago
cocasus v1.2.9
Cocasus
Cocasus is a simple, fast, and powerful web framework for Javascript.
const cocasus = require('cocasus');
const coca = new cocasus();
coca.route('/', (req, res) => {
res.send('Hello World!');
});
coca.start();Installation
This framework is available through the npm registry.
Make sure to install Node.js first.
Then create a new project with following command:
npm initYou can now install cocasus
npm install cocasusInitialization
Cocasus is a framework with a precise architecture. To make sure to have a clean environment initialize the project with the following command:
# Existing project
cocasus init
# Override all files if necessary
cocasus init --force
# Initialize the project directly with npx
npx cocasus initFeatures
- Robust routing
- The performance of express
- The power of sequelize
- Easy to use
- Migrations
- Logging
- Models
- Controllers
Documentation
All the detailed documentation can be found on the Documentation
1.2.8
4 years ago
1.2.9
3 years ago
1.2.7
4 years ago
1.2.6
4 years ago
1.2.5
4 years ago
1.2.4
4 years ago
1.2.3
4 years ago
1.2.2
4 years ago
1.2.1
4 years ago
1.2.0
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago