hypernova-ruby
hypernova-ruby copied to clipboard
Heroku? Rails-api?
Does this work with Heroku? According to the deploy section, I should run two servers side by side which might be tricky with Heroku unless there's a buildpack for this.
Also, does this integrate with a Rails API-only app easily? I see mention of view/erb-related code which doesn't really apply in my case. My app currently serves a bare index.html file which pulls a React codebase from S3.
I'm basically doing research to see if this or prerender would be better for my use case.