Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 434 Bytes

File metadata and controls

13 lines (11 loc) · 434 Bytes

ToyBrick--Free splicing API

Some programming languages only have one thread.For example,JavaScript and PHP.Sometimes, we need to call HTTP request more than one. For performance consideration, merge multi requests into one. RequestProxy open multi goruntime to send the requests and avoid one by one

FUNCTION

  • Forwarding request
  • Monitor
  • WebSocket
  • White and Black List
  • Request Pool
  • PHP AND JS SDK

UNDER DEVELOPMENT