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

pog-core

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pog-core

MVC style web framework built for iojs and node.js

  • 0.4.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

Pog JS

Build Status npm version bitHound Score Code Climate Dependency Status License

Gitter

Pog is a modern MVC style framework built on top of io.js and koa. It's built to be fast, simple and easy to configure, with sane defaults and flexible boilerplates to get you up and running as quickly as possible.

It's a work in progress, check back often for updates.

Full documentation will be coming soon.

DEPENDENCIES

Pog takes advatage of the latest ES6 updates, and requies either io.js or node.js 0.12+ with the --harmony flag.

INSTALL COMMAND LINE TOOL
$ npm install pog -g
CREATE A NEW APP
$ pog myapp

Pog uses Jade by default, but you also have the option of handlebars or nunjucks (more coming soon).

CREATE NEW APP WITH NUNJUCKS
$ pog myapp --html nunjucks
CREATE NEW APP WITH HANDLEBARS
$ pog myapp --html handlebars
START THE SERVER

Assuming you have io.js installed

$ gulp start

or

$ iojs server.js

or if you prefer to stick with node and have at least version 0.12 installed:

$ node --harmony server.js

Getting Started Guide

A full getting starting guide is in the works, in the meantime, check out the docs below (still a work in progress).

Docs

Config

Models

Keywords

FAQs

Package last updated on 18 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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