futoin / core-js-ri-executor

FutoIn Core JS Executor Reference Implementation
Apache License 2.0
1 stars 0 forks source link

Executor: add request per second rate limiting support for persistent channels #32

Closed andvgal closed 6 years ago

andvgal commented 9 years ago

This is important feature from security point of view as WebSockets message rate can not be limited by frontend web server (e.g. nginx) in comparison to HTTP(S) requests.

andvgal commented 6 years ago

General request limiting for max connections and rate per seconds have been implemented.