bitovi / velocirender

Accelerated server-side rendering.
https://bitovi.github.io/velocirender/
MIT License
128 stars 5 forks source link

Fallback to client-side only for non-supporting browsers #44

Closed matthewp closed 5 years ago

matthewp commented 5 years ago

For browsers that do not support the necessary APIs (mostly this means ReadableStream and iframe srcdoc) fallback to serving the client-side app. Since Velocirender is primarily about speed we should prefer client-side over full SSR.