Comparing version 0.1.4-r2 to 0.1.4-r3
{ | ||
"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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
114126
39
4
65
+ Addedswig@0.14.0(transitive)
- Removedamdefine@1.0.1(transitive)
- Removedasync@0.2.10(transitive)
- Removedcamelcase@1.2.1(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removedminimist@0.0.10(transitive)
- Removedoptimist@0.6.1(transitive)
- Removedsource-map@0.1.34(transitive)
- Removedswig@1.4.2(transitive)
- Removeduglify-js@2.4.24(transitive)
- Removeduglify-to-browserify@1.0.2(transitive)
- Removedwindow-size@0.1.0(transitive)
- Removedwordwrap@0.0.20.0.3(transitive)
- Removedyargs@3.5.4(transitive)
Updatedswig@0.14.0