also mention RestRserve vignette

This commit is contained in:
Hong Ooi 2021-07-09 15:32:41 +10:00
Родитель 3f48a833d9
Коммит d79984dba0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -237,4 +237,4 @@ One important thing to note about the above example is that it is **insecure**.
## See also
Plumber is a relatively simple framework for creating and deploying services. As an alternative, the [RestRserve](https://restrserve.org) package is a more comprehensive framework, built on top of functionality provided by Rserve. It includes features such as automatic parallelisation, support for HTTPS, and support for basic and bearer authentication schemes.
Plumber is a relatively simple framework for creating and deploying services. As an alternative, the [RestRserve](https://restrserve.org) package is a more comprehensive framework, built on top of functionality provided by Rserve. It includes features such as automatic parallelisation, support for HTTPS, and support for basic and bearer authentication schemes. See the vignette "Deploying an ACI service with HTTPS and authentication" for more information.