0.5.0 • Published 9 years ago

protos v0.5.0

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

Protos Build Status

Protos is a Web Application Framework for Node.js. Runs on Linux, FreeBSD & OSX.

Installation

Install:

npm install protos

Install (globally):

sudo npm install -g protos

Usage

Create a project:

protos create myapp

Create a minimal project:

protos create myapp --minimal

Start server:

node boot.js

Deploy application:

protos start

Stop deployed application:

protos stop

Deployed application status:

protos status

Start production server on port 8000:

protos server --env production --port 8000

Start server and make a CURL request:

node boot.js -X GET /

Command Line Help:

protos --help

Features

  • Regex-based Routing
  • Environment based configuration
  • Event based IPC
  • Hot Code Reloading
  • Authentication & Filters
  • SSL Server Support
  • Database Drivers: MongoDB, MySQL, PostgreSQL, SQLite
  • Storages for Caching and Sessions: MongoDB, Redis, SQLite
  • ORM Models API
  • View Engines: Handlebars, Swig, Hogan.js, EJS, Jade
  • Debugging using Webkit Inspector
  • Built-in Shortcode Parser
  • File Downloads, JSON Responses
  • File-based API
  • File-based Request Handlers
  • File-based Configuration
  • File-based Event Handlers
  • File-based Extensions
  • Code Generation
  • Deployment commands

Middleware

  • Static File Server
  • Asset Compiler and Minifier: LESS, Stylus, Sass, CoffeeScript
  • Image Processing: GraphicsMagick, ImageMagick
  • Logger with Transports: File, JSON, MongoDB, Redis
  • Amazon Web Services
  • Body Parser
  • Cookie Parser
  • CSRF Protection
  • Markdown Parser
  • Mailer
  • REPL
  • BCrypt
  • Sessions

License

protos is MIT Licensed

0.5.0

9 years ago

0.4.9

10 years ago

0.4.8

10 years ago

0.4.7

10 years ago

0.4.6

10 years ago

0.4.5

10 years ago

0.4.4

11 years ago

0.4.3

11 years ago

0.4.2

11 years ago

0.4.1

11 years ago

0.4.0

11 years ago

0.3.9

11 years ago

0.3.8

11 years ago

0.3.7

11 years ago

0.3.6

11 years ago

0.3.5

11 years ago

0.3.4

11 years ago

0.3.3

11 years ago

0.3.2

11 years ago

0.3.1

11 years ago

0.2.2

12 years ago

0.2.1

12 years ago

0.2.0

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.9

12 years ago

0.0.8

12 years ago

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago