Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Published Benchmarks and DDOS

Received: by 10.52.73.97 with SMTP id k1mr18287459vdv.1.1326271871321;
        Wed, 11 Jan 2012 00:51:11 -0800 (PST)
X-BeenThere: nowjs@googlegroups.com
Received: by 10.220.215.134 with SMTP id he6ls5096541vcb.5.canary; Wed, 11 Jan
 2012 00:51:10 -0800 (PST)
MIME-Version: 1.0
Received: by 10.52.65.165 with SMTP id y5mr3553002vds.17.1326271870956; Wed,
 11 Jan 2012 00:51:10 -0800 (PST)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
 dort...@gmail.com designates internal as permitted sender)
 smtp.mail=dort...@gmail.com; dkim=pass
 header...@gmail.com
Received: by m4g2000vbc.googlegroups.com with HTTP; Wed, 11 Jan 2012 00:51:10
 -0800 (PST)
Date: Wed, 11 Jan 2012 00:51:10 -0800 (PST)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7
 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7,gzip(gfe)
Message-ID: <146b33ca-c333-4827-9388-a7f954ef9c67@m4g2000vbc.googlegroups.com>
Subject: Published Benchmarks and DDOS
From: Dor Tzur <dort...@gmail.com>
To: nowjs <nowjs@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1

First of all, I would like to mention that i really like this
framework and i think you guys are doing an amazing job. I got into
Node just recently after reading an article about your framework.
I have 2 questions.

A. Are their any published benchmarks of now that i can use to show
the guys upstairs?

B. I'm new to Node and i would like to know 2 things:
1. What is the best way to make sure that only authenticated users can
send messages through now, should i prevent unauthenticated users from
accessing the now.js / socket.io client files or is there a better
way?
2. Can you please tell me how can i prevent DDOS attacks on the now
framework, or if there's a built-in mechanism in Node which i can use
that would also apply to now messages?