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, browserify and nodejs.
Installation
node.js
$ npm install --save neffos.jsconst neffos = require('neffos.js');Browsers
Development:
<script src="//cdn.jsdelivr.net/npm/neffos.js@X.X.X/dist/neffos.js"></script>Production:
<script src="//cdn.jsdelivr.net/npm/neffos.js@X.X.X/dist/neffos.min.js"></script>Remember to replace the version tag with the exact release your project depends upon.
The library supports CommonJS loader and also exports globally as neffos.
Install Definition File
neffos.d.ts definition file for javascript developers is part of the DefinitelyTyped.
$ npm i @types/neffos.jsThis libray is written in Typescript and the neffos.d.ts definition file is part of the npm install. The library offers full documentation of all of its exported methods. Tools like VS Code supports syntax highlighting and autocompletion while typing. The definition file can be very helpful mostly for Pure JavaScript developers.
Documentation
Navigate through ./_examples for basic usage, and kataras/neffos/_examples for extensive use.
Versioning
Read more about Semantic Versioning 2.0.0
