Skip to content

Update README.md #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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