UNPKG

fling

Version:

JSON Fling is a simple JSON-RPC framework for NodeJS with built-in permissions and support for different transports.

11 lines (7 loc) 142 B
"use strict"; module.exports.action = function ( request, response ) { response.send( { module: 'nested', other: [ 'data' ] } ); };