crazywoola / sinatra-streaming

PoC: Ruby streaming using Sinatra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sinatra-streaming

Sinatra & Ohm

Setup

cp .env.example .env
cp ./config/database.yml.example ./config/database.yml
cp ./config/redis.yml.example ./config/redis.yml

Use Docker

docker compose up --build

Dev

bundle install
./bin/dev

Hot Reload using rerun

About

PoC: Ruby streaming using Sinatra

License:MIT License


Languages

Language:Ruby 79.3%Language:Dockerfile 14.9%Language:Shell 5.8%