Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

brooklyn

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brooklyn

A web application framework for Backbone.js (+Marionette) and Parse.

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

brooklyn

brooklyn is an opinionated framework to build web applications with Backbone and Parse, appropriately named after a borough in New York City.

Getting Started

  1. Install brooklyn globally using npm:
$ npm install brooklyn -g
  1. Create a new brooklyn application:
$ brooklyn new myapp
  1. Start the web server:
$ brooklyn start myapp

Run with --help or -h for options.

  1. Go! Using a browser, navigate to http://localhost:1111.

Anatomy

brooklyn creates each of the following files and folders by default:

├── app
│   ├── assets
│   │   ├── css
│   │   ├── images
│   │   └── js
│   ├── controllers
│   ├── models
│   └── views
└── public
├── .brooklyn.json
├── .routes.json
├── package.json

A basic rundown:

  • app: the controllers, models, views, and assets.
    • assets
    • controllers
    • models
    • views
  • public: the compiled application.
  • .brooklyn.json: brooklyn configuration settings
  • .routes.json: routes
  • package.json: dependencies

License & Contributing

Keywords

FAQs

Package last updated on 06 May 2014

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