Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crazywoola/sinatra-streaming

PoC: Ruby streaming using Sinatra
https://github.com/crazywoola/sinatra-streaming

Last synced: 7 days ago
JSON representation

PoC: Ruby streaming using Sinatra

Awesome Lists containing this project

README

        

# 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](https://sinatrarb.com/faq.html#reloading)