Package Exports
- neffos.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (neffos.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
neffos.js is the client-side javascript library for the neffos real-time framework.
It can run through any modern browser, browser ES6 and nodejs.
Installation
$ npm install --save neffos.js@latestconst neffos = require('neffos.js');See _examples for more.
Install definition file
neffos.js definition file for javascript developers is part of the DefinitelyTyped.
$ npm i @types/neffos.js