renato-zannon / hyper-json-streaming-example

An example of how to use hyper to consume a streaming json API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of how to consume a streaming json API using Hyper.

Using the ruby example server

Make sure you have ruby and bundler installed, and then run bundle install && ruby app.rb. This will create a server listening on port 4567. Then run cargo run to make the client connect to it.

About

An example of how to use hyper to consume a streaming json API


Languages

Language:Rust 73.9%Language:Ruby 26.1%