kibana/examples/bfetch_explorer
Tyler Smalley baf56d80c4
[7.x] Updating the License (#88343) (#88745)
* Updating the Licenses, except for applying eslint, building

* Applying ESLint rules,building @kbn/pm, regenerating api docs

Co-authored-by: kobelb <brandon.kobel@elastic.co>
2021-01-19 17:54:11 -08:00
..
public [7.x] Updating the License (#88343) (#88745) 2021-01-19 17:54:11 -08:00
server [7.x] Updating the License (#88343) (#88745) 2021-01-19 17:54:11 -08:00
kibana.json
README.md [docs] Add missing App Arch READMEs. (#82080) (#82385) 2020-11-02 20:36:59 -07:00
tsconfig.json

bfetch explorer

bfetch is a service that allows you to batch HTTP requests and stream responses back.

This example app demonstrates:

  • How you can create a streaming response route and consume it from the client
  • How you can create a batch processing route and consume it from the client

To run this example, use the command yarn start --run-examples.