Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

WebAPI #35

Open
5 of 9 tasks
Faithcaio opened this issue May 26, 2014 · 0 comments
Open
5 of 9 tasks

WebAPI #35

Faithcaio opened this issue May 26, 2014 · 0 comments
Labels

Comments

@Faithcaio
Copy link
Member

Faithcaio commented May 26, 2014

Add a flexible and fast Web API that supports both single http request and persistent Web sockets connections for real time communication.

_WebSockets support for API Server_

  • This is needed for push-based real time applications

_Post and preprocessing for request handlers_

  • Preprocessors would process the request data (like for example validation)
  • ~~~Postprocessors would process the generated response (for example another module that adds fields to an existing handler instead of creating a new one)~~~ (probably not as useful as it seemed)

_Early IP validation_

  • The ip Whitelist and blacklist checks should occur as early in the request pipeline as possible to optimize performance and minimize ddos vulnerabilities

_Web sockets connection limit_

  • Limit per IP (global configuration)
  • Global limit (all connections)

_Authentication_

  • request authentication using the user storage

_Rate limiting_

  • The web API should limit the request rate per user to mitigate flooding and similar attacks

_Route matcher_

  • Implement a route matcher that uses a tree structure to match the specific parts of routes
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants