Package: tinyshinyserver
Type: Package
Title: Tiny 'shiny' Server - Lightweight Multi-App 'shiny' Proxy
Version: 0.2.0
Authors@R: c(
    person(given = "Lars", family = "Bernhardsson", role = c("aut", "cre"), email = "cran.sherry228@passinbox.com")
    )
Description: A lightweight, 'WebSocket'-enabled proxy server for hosting multiple
    'shiny' applications with automatic health monitoring, session management,
    and resource cleanup. Provides a simple entry point to run the server using
    a JSON configuration file.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.0)
Imports: methods, shiny, callr, jsonlite, later, curl, promises,
        digest, httpuv, websocket, future, logger, openssl, rmarkdown,
        quarto
Suggests: testthat (>= 3.0.0), roxygen2, devtools, DT, dplyr,
        flexdashboard, plotly
Config/testthat/edition: 3
URL: https://github.com/lab1702/tinyshinyserver
BugReports: https://github.com/lab1702/tinyshinyserver/issues
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-17 00:26:23 UTC; lab
Author: Lars Bernhardsson [aut, cre]
Maintainer: Lars Bernhardsson <cran.sherry228@passinbox.com>
Repository: CRAN
Date/Publication: 2026-09-17 07:10:02 UTC
Built: R 4.5.2; ; 2026-09-17 10:18:33 UTC; unix
