JSPM

  • Created
  • Published
  • Downloads 147
  • Score
    100M100P100Q78161F
  • License MIT

javascript client for the modern neffos websocket framework

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.

Node version JavaScript Style Guide: Good Parts Known Vulnerabilities chat backend pkg

Installation

$ npm install --save neffos.js@latest
const 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