Real.js

Real time server and client

View project on GitHub

Getting started


About

Real.js is a simple client-server framework to send a receive real-time updates from both the client and server. Real.js uses web sockets to send a receive Json data.

Installation

npm i real.js
yarn add real.js

Usage

const realjs = require("real.js");

Read creating a server and creating a client.