0.3.2 • Published 3 years ago
@iy4u/common-utils v0.3.2
server
Installation
npm install server --saveDocumentation
TBD
Complete Example
Here's an example of a Feathers server that uses server.
const feathers = require('@feathersjs/feathers');
const plugin = require('example/server');
// Initialize the application
const app = feathers();
// Initialize the plugin
app.configure(plugin());License
Copyright (c) 2018
Licensed under the MIT license.
