Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ It allows you to write your own pieces of logic as "Patterns" and the core engin

**The real power is that all it's behavior is entirely scriptable in JavaScript (NodeJS). :)**

###This allows for many different use cases, such as:
### This allows for many different use cases, such as:
- Dynamic realtime proxying rules (domain mappings stored in Redis for example). Such things are useful for PaaSs
- Add pieces of middleware to your reverse proxy
- Customizable load balancing patterns (Sticky, RoundRobin, ...)

###It supports proxying:
### It supports proxying:
- HTTP/HTTPS
- WebSockets

Expand Down