kati

command module
v0.0.0-...-3976269 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2014 License: GPL-2.0 Imports: 9 Imported by: 0

README

kati

Kati is a simple reverse proxy for use in software development.

An example use case for it might be as follows: You have an AngularJS client running via grunt/node locally on port 9000 where it needs to connect to that connects to a backend web server running on another machine on port 8080. You can start up kati on port 80 and have it direct requests to the different servers based on url.

Usage
kati --http-port 80 --proxy "/api/.* -> api.example.com:8080" --proxy "/ng/.* -> angular-app.example.com"

This tells kati to listen on port 80 and when requests come in matching the regular expressions, forward them on to the host and port paired with the expression.

Version

1.0

License

GPL v2

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Godeps
_workspace/src/github.com/codegangsta/cli
Package cli provides a minimal framework for creating and organizing command line Go applications.
Package cli provides a minimal framework for creating and organizing command line Go applications.
_workspace/src/github.com/stretchr/testify/assert
A set of comprehensive testing tools for use with the normal Go testing system.
A set of comprehensive testing tools for use with the normal Go testing system.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL