webspark
1.0.0
webspark is a blog system developed using node.js, which supports two databases: mysql and sqlite. The default is to use the sqlite database. After installation using npm, it can be run and it is ready for use out of the box.
Installation steps
npm install --save webspark
node -e "require('webspark')"
Then, just run app.js
node app.js