@hyperdart/backend
v1.0.9
Published
hyperDart backend for dart development
Downloads
55
Readme
@hyperdart/backend
Used for creating the frame for sandbox testing of Darts
Installation
npm install --save @hyperdart/backend
Usage
const hDBackend = require('@hyperdart/backend');
const hDConfig = require('hyperdart.config')
function (req, res) {
res.send(hDBackend.createDartFrame(hDConfig))
}