pilwon / ultimate-seed

{MEAN Stack on Steroids} The ultimate full-stack AngularJS + Node.js/Express seed (batteries included!) that makes web developers insanely productive. (Angular, AngularUI, Barbeque, Bootstrap, Bower, Browserify, Docker, Express, Font Awesome, Grunt, Handlebars, jQuery, JSHint, Karma/Mocha, LESS/LESSHat, Livereload, Lodash/Underscore, Modernizr, MongoDB/Mongoose, Passport for Facebook/Google/Twitter, Redis, SocketIO, Source Maps, Uglify, Winston)
852 stars 179 forks source link

Rate limiting policy. #30

Open pilwon opened 11 years ago

pilwon commented 11 years ago
yaru22 commented 11 years ago

http://mcavage.me/node-restify/ has throttle section. Reading that will probably help, too. Here's the link to the source code: https://github.com/mcavage/node-restify/blob/master/lib/plugins/throttle.js

yaru22 commented 10 years ago

We can use https://github.com/koajs/ratelimit once we move to Koa.