Skip to content

xianxu/tfe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tfe

A simple http load balancer that forwards requests to downstream based on certain rules.

Currently in this project there's some generic load balancing code, should move out. The interface used is Serve(interface{})(interface{}, error), similar to Finagle. It seems make sense to unifying with how Go's doing rpc.

About

HTTP Proxy in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages