# Flotype/now

NowJS makes it easy to build real-time web apps using JavaScript

Repository: https://github.com/Flotype/now
Canonical: https://ross.abutalabs.com/products/flotype-now
Homepage: http://www.nowjs.com
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2017-04-18T05:56:17+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5663, "days_push": 3424, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1897, forks 167 (observed 2026-08-28T04:05:51.094373+00:00)

## What it is
NowJS is a Node.js library that simplifies building real-time web applications by transparently synchronizing function calls between server and client over Socket.IO. It lets client-side JavaScript invoke server-side functions (and vice versa) as if they were local, including passing callbacks.

## Use cases
- build a real-time chat app in node.js
- call server functions directly from browser javascript
- synchronize state between server and clients in real time
- add live updates to an express web app
- push events from server to browser without writing ajax

## When to choose
- you are maintaining a legacy node.js app already using NowJS
- you want dead-simple RPC-style realtime sync on an old node codebase

## When to avoid
- starting a new project - the library is unmaintained since ~2017
- you need modern websocket features, scaling, or security updates
- you prefer actively maintained alternatives like socket.io or socketstream

## Facets
- artifact type: library
- maturity: abandoned
- function: websocket, rpc, web-framework, middleware
- domain: web-development
- platform: -
- tags: realtime, socket-io, remote-procedure-calls, sync, nodejs-library, real-time, javascript, nodejs, web-server

## Member repositories
- Flotype/now (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:51.094373+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:12:47.901138+00:00, confidence not recorded.
  - readme: https://github.com/Flotype/now (fetched 2026-08-28T04:05:51.094373+00:00, sha 846a307b604a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
