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

rhapsody

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rhapsody

HMVC framework for NodeJS

  • 0.5.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12
decreased by-78.57%
Maintainers
1
Weekly downloads
 
Created
Source

Logo

Build Status Dependency manager

RhapsodyJS is a HMVC framework that runs on top of Express 4, it also creates a RESTful API for your models, supports sockets, middleware/policies system, and a lot of other features, give it a try and see with your own eyes!

Install RhapsodyJS

To install RhapsodyJS, you must run the command:

    $ npm install rhapsody-cli --global 

New app

To generate a new RhapsodyJS app, you should go to the folder where your app folder will be, and then run:

    $ rhapsody-cli new APP_NAME

Where APP_NAME is the name of your app

This will generate the basic structure of your app

Then:

    $ cd APP_NAME && npm install
    $ rhapsody-cli run

And your app will be running in localhost:4242

Documentation

Click here to see RhapsodyJS documentation

Examples

Click here to see some example apps

Keywords

FAQs

Package last updated on 26 Dec 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