Socket
Book a DemoInstallSign in
Socket

rest-stop-framework

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-stop-framework

a RESTful framework for node.js

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

REST-Framework

Build Status

This is a REST framework for a server using Node.js

This framework is intended to simplify the creation of a node server through easy route creation and REST verb definition. The package can be installed via npm install rest-framework

Require the package into your project: var app = require('REST-Framework');

Once this framework is required in to a project, routes can be added using the following syntax: app.METHOD('/someroute', callback); where method is the http method you want to use

After your routes have been added, your server needs to be started with the syntax: add.createServer(portNumber);

Keywords

REST

FAQs

Package last updated on 14 Sep 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