rexyai / RestRserve

R web API framework for building high-performance microservices and app backends
https://restrserve.org
276 stars 32 forks source link

Pluggable backends #95

Closed dselivanov closed 4 years ago

dselivanov commented 5 years ago

in theory we should be able to have different backends - Rserve, httpuv, etc. In order to be prepared for that we need Request and Response classes should be backend independent. Which means:

dselivanov commented 4 years ago

Done - see Backend and BackendRserve classes.