Implement Sequential Rate Limiting

This commit is contained in:
Amish Shah
2016-08-19 18:01:24 +01:00
parent 392133f927
commit dcba580d89
9 changed files with 122 additions and 84 deletions

View File

@@ -30,7 +30,7 @@
"object.values": "^1.0.3",
"superagent": "^1.5.0",
"unpipe": "^1.0.0",
"ws": "^0.8.1"
"ws": "^1.1.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
@@ -40,15 +40,15 @@
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.0.0",
"fs-extra": "^0.30.0",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^4.0.1",
"grunt-contrib-uglify": "^0.11.0",
"grunt-jscs": "^2.8.0",
"jscs": "^2.11.0",
"load-grunt-tasks": "^3.3.0",
"fs-extra": "^0.30.0",
"jsdoc-parse": "^1.2.7"
"jsdoc-parse": "^1.2.7",
"load-grunt-tasks": "^3.3.0"
},
"optionalDependencies": {
"node-opus": "^0.1.11"