/neffos.js

Node.js and Browser support for the neffos real-time framework

Primary LanguageTypeScriptMIT LicenseMIT

neffos.js is the client-side javascript library for the neffos real-time framework.

It can run through any modern browser and nodejs.

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

Installation

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