Questions tagged [nowjs-sockets]

Flotype Inc's NowJS, once a popular JavaScript server framework on Node.js, is now considered outdated. If you have any inquiries about ZEIT's Now CLI, please utilize the [zeit-now] tag instead.

Enhancing Real-time Communication with NodeJS and NowJs Servers

Recently, I stumbled upon NodeJS and NowJS and I'm fascinated by the technology. My goal is to develop a Facebook-style instant commenting application where users can post comments that will instantly appear on the feed. After watching the screencast on No ...

Best approach to disentangle nowjs code from your application (written in coffee/js)

Is it advisable to separate my nowjs code from the main app file? everyone = require("now").initialize app, { socketio: { transports: ['xhr-polling', 'jsonp-polling'] } } everyone.now.distribute_event = (event, day) -> everyone.n ...

How are the number of Zeit serverless functions determined?

After migrating my Nextjs project to the Zeit platform and setting up the environment, I encountered deployment issues. The configuration is basic: { "version": 2, "name": "<....>", "alias": "<...>", "routes": [ { "src": "^/service ...