Skip to content

pcafstockf/PokerFace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokerFace <(◕___◕)>

PokerFace is a free, lightweight, asynchronous, streaming, scriptable, http(s) reverse proxy.

In addition to traditional reverse proxy features such as, web server, http(s) sanitizer, load balancer, and ssl bridge, PokerFace is scriptable.

Scriptability means PokerFace can be used for sophisticated A/B testing, dynamic load balancing, analytics, mock data services, JavaScript "servlets", content caching, or any other task requiring more than a simple regex match.

PokerFace is small (e.g. easy to audit), extremely fast, portable, and built on the popular Apache HttpCore NIO libraries to provide top performance, scalability, and standards compliance.

Here are some short guides focused on specific objectives to help you get started.

Command line options

Simple / common scenarios can be easily configured via the command line.
More complex scenarios are configured via an XML configuration file.

Site

The web site and user documentation can be found here.

Contributing

Clarity and simplicity are key principles of PokerFace, so suggestions for improving the documentation are eagerly solicited.

If you like PokerFace, tell everybody about it. Like any opensource project, the more people using it the better it's going to become.

If you want to understand and/or contribute code, here is a quick developer overview to get you started.

List of things that need to be done.