Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Former-commit-id: 723e9b69493187aef183860a0d7f380ea7336005
  • Loading branch information
sonicaghi committed Jun 5, 2015
1 parent 3ea7085 commit a4f4348
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ Kong was created to secure, manage and extend Microservices & APIs. Kong is powe
- **Scalability**: Distributed by nature, Kong scales horizontally simply by adding nodes.
- **Performance**: Kong handles load with ease by scaling and using NGINX at the core.
- **Plugins**: Extendable architecture for adding functionality to Kong and APIs.
- **Logging**: Log requests and responses to your system over TCP, UDP or to disk.
- **Logging**: Log requests and responses to your system over HTTP, TCP, UDP or to disk.
- **SSL**: Setup a specific SSL certificate for an underlying service or API
- **Monitoring**: Live monitoring provides key load and performance server metrics.
- **Authentication**: Manage consumer credentials query string and header tokens.
- **Rate-limiting**: Block and throttle requests based on IP or authentication.
- **Transformations**: Add, remove or manipulate HTTP params and headers on-the-fly.
- **Rate-limiting**: Block and throttle requests based on IP, authentication or body size.
- **Transformations**: Add, remove or manipulate HTTP params, headers of requests and responses.
- **CORS**: Enable cross-origin requests to your APIs that would otherwise be blocked.
- **Anything**: Need custom functionality? Extend Kong with your own Lua plugins!

Expand Down

0 comments on commit a4f4348

Please sign in to comment.