exframe-rest
Advanced tools
Rest framework module
Weekly downloads
Readme
A wrapper around express to provide restful routing for the Harmony Framework.
###Features
###Use
const app = require('exframe-rest').create(process.env.PORT);
app.post('/test', (req, res) => {
res.json({'result': 1})
});
###Tests
npm run test
FAQs
Rest framework module
The npm package exframe-rest receives a total of 371 weekly downloads. As such, exframe-rest popularity was classified as not popular.
We found that exframe-rest demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.