0.0.39 • Published 4 years ago
@ionrev/common-server-lib v0.0.39
server
Installation
npm install server --save
Documentation
TBD
Complete Example
Here's an example of a Feathers server that uses server
.
const feathers = require('@feathersjs/feathers');
const plugin = require('server');
// Initialize the application
const app = feathers();
// Initialize the plugin
app.configure(plugin());
License
Copyright (c) 2018
Licensed under the MIT license.
0.0.39
4 years ago