New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mvcfun

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvcfun - npm Package Compare versions

Comparing version 0.1.4-r2 to 0.1.4-r3

merge.sh

4

package.json
{
"name": "mvcfun",
"version": "0.1.4-r2",
"version": "0.1.4-r3",
"description": "MVC based web server framework",

@@ -24,3 +24,3 @@ "main": "index.js",

"underscore": "*",
"swig": "*"
"swig": "0.14.0"
},

@@ -27,0 +27,0 @@ "devDependencies": {

@@ -9,3 +9,3 @@ # MVCfun

This project is under high development and new features pop out every week.
Contributers are very welcome.
**Contributers are very welcome.**

@@ -32,6 +32,35 @@ ## Quick example

## Why MVC
The model-view-controller pattern is well known in web development. Using this
pattern makes code more readable and maintable without loosing performance.
## Key features
- MVC based developing the cool way
- Maintainable code
- Increadibly fast
- RESTFul developing possible in same framework
- Swig template engine included
- High unit test coverage
- RESTFul developing possible in same framework
## Installation
### Fast way using npm
The most simple way to install MVCfun is using npm:
npm install mvcfun
There you will get the last stable release containing all features.
### Custom installation
MVCfun is organized in branches. Each branch has its own set of features. For
instance the *swig* branch contains swig binding and a swig base controller.
If you want the naked framework, checkout the *minimal* branch. You may merge
as many of the feature branches together as you want.
The *master* branch contains all features merged together and the versions
published in npm come from the master branch.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc