@feathersjs/primus-client
@feathersjs/primus-client
Client services for Primus and feathers-primus
Installation
npm install @feathersjs/primus-client --save
Quick usage:
const feathers = ;const primus = ;const socket = 'http://api.my-feathers-server.com'; const app = ; app; // Receive real-time events through Primusapp ; // Call the `messages` serviceapp;
Documentation
Please refer to the @feathersjs/primus-client documentation for more details.
License
Copyright (c) 2018
Licensed under the MIT license.