All Projects → kataras → neffos.js

kataras / neffos.js

Licence: MIT License
Node.js and Browser support for the neffos real-time framework written in Typescript.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to neffos.js

Ws
Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
Stars: ✭ 17,419 (+54334.38%)
Mutual labels:  real-time, websocket-client
Stl.fusion
Get real-time UI updates in Blazor apps and 10-1000x faster API responses with a novel approach to distributed reactive computing. Fusion brings computed observables and automatic dependency tracking from Knockout.js/MobX/Vue to the next level by enabling a single dependency graph span multiple servers and clients, including Blazor apps running in browser.
Stars: ✭ 858 (+2581.25%)
Mutual labels:  real-time, websocket-client
gdax-orderbook-hpp
An in-memory copy of the order book on the GDAX cryptocurrency exchange, updated in real time via WebSocket feed, exposed in a thread-safe and lock-free data structure.
Stars: ✭ 38 (+18.75%)
Mutual labels:  real-time, websocket-client
TweetMigration
A WebGL heatmap of global Twitter activity
Stars: ✭ 42 (+31.25%)
Mutual labels:  real-time
jeelizPupillometry
Real-time pupillometry in the web browser using a 4K webcam video feed processed by this WebGL/Javascript library. 2 demo experiments are included.
Stars: ✭ 78 (+143.75%)
Mutual labels:  real-time
mytosis
🔀 A peer-to-peer data sync framework
Stars: ✭ 19 (-40.62%)
Mutual labels:  real-time
bigbug
Easy Microcontroller Debugging Tool
Stars: ✭ 37 (+15.63%)
Mutual labels:  real-time
dtask
DTask is a scheduler for statically dependent tasks.
Stars: ✭ 17 (-46.87%)
Mutual labels:  real-time
freerails
Real-time, multiplayer railway strategy/management game based on the RailRoad Tycoon I and II games.
Stars: ✭ 40 (+25%)
Mutual labels:  real-time
Food Ordering App
Using Firebase, It's a Real-Time food delivery App where user can order food from different restaurants menu
Stars: ✭ 30 (-6.25%)
Mutual labels:  real-time
realtime-object-detection
Detects objects in images/streaming video
Stars: ✭ 16 (-50%)
Mutual labels:  real-time
traffic
Massively real-time traffic streaming application
Stars: ✭ 25 (-21.87%)
Mutual labels:  real-time
gr-kiwisdr
KiwiSDR gnuradio source
Stars: ✭ 15 (-53.12%)
Mutual labels:  websocket-client
simso
Simulator of multiprocessor real-time scheduling
Stars: ✭ 55 (+71.88%)
Mutual labels:  real-time
transit
Massively real-time city transit streaming application
Stars: ✭ 20 (-37.5%)
Mutual labels:  real-time
aws-mobile-appsync-events-starter-ios
GraphQL starter application with Realtime and Offline functionality using AWS AppSync
Stars: ✭ 99 (+209.38%)
Mutual labels:  real-time
SiamAPN
SiamAPN & SiamAPN++
Stars: ✭ 49 (+53.13%)
Mutual labels:  real-time
accelerator-core-ios
Syntax sugar of OpenTok iOS SDK with Audio/Video communication including screen sharing
Stars: ✭ 30 (-6.25%)
Mutual labels:  real-time
wink-statistics
Fast & numerically stable statistical analysis
Stars: ✭ 36 (+12.5%)
Mutual labels:  real-time
MySqlCdc
MySQL/MariaDB binlog replication client for .NET
Stars: ✭ 71 (+121.88%)
Mutual labels:  real-time

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

It can run through any modern browser, browserify and nodejs.

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

Installation

node.js

$ npm install --save neffos.js
const neffos = require('neffos.js');

Browsers

Development:

<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/neffos.js"></script>

Production:

<script src="//cdn.jsdelivr.net/npm/[email protected]/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

The definition file for javascript developers is part of the DefinitelyTyped.

$ npm i @types/neffos.js

This libray is written in Typescript and the types/index.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

Node version

Read more about Semantic Versioning 2.0.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].