Flotype / now

NowJS makes it easy to build real-time web apps using JavaScript
http://www.nowjs.com
MIT License
1.92k stars 175 forks source link

Error: Cannot find module 'now' #225

Closed NextZeus closed 7 years ago

NextZeus commented 7 years ago

npm install successed! but Error occured when i run express app

NextZeus commented 7 years ago

var nowjs = require("now"); var server = global.server; var everyone = nowjs.initialze(server); var app = express();

sgnl commented 7 years ago

@NextZeus the now package on NPM is from https://zeit.co/now

this project looks deader than dead. it is ded.

alaa-eddine commented 7 years ago

if you are looking for an alternative I'm maintaining a project called eureca.io with similar functionality and some additional features.

I started it 5 years ago when Flotype/now died and I'm still maintaining it :)