@iy4u/common-server-lib

2.1.25 • Public • Published

server

Build Status Code Climate Test Coverage Dependency Status Download Status

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('example/server');

// Initialize the application
const app = feathers();

// Initialize the plugin
app.configure(plugin());

License

Copyright (c) 2018

Licensed under the MIT license.

Package Sidebar

Install

npm i @iy4u/common-server-lib

Weekly Downloads

0

Version

2.1.25

License

MIT

Unpacked Size

1.42 MB

Total Files

402

Last publish

Collaborators

  • dallin.b.johnson
  • bryce-ionrev