2016-10-10 Elixir/Phoenixでのchunked responseのサンプル elixir https://github.com/faithandbrave/elixir-phoenix-chunked-response-example Elixir/Phoenixでのchunked responseのサンプルプロジェクトを作ってGitHubで公開しました。 HTTP 1.1のTransfer Encoding: chunkedです。サーバーからクライアントに、少しずつデータ分けて順次送っていくものです。 このサンプルプロジェクトでは、サーバーで実行したシェルスクリプトの標準出力をクライアントに順次送っています。