Package: tinyshinyserver
Type: Package
Title: Tiny 'shiny' Server - Lightweight Multi-App 'shiny' Proxy
Version: 0.1.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, httr, 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
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2025-12-20 00:15:25 UTC; lab
Author: Lars Bernhardsson [aut, cre]
Maintainer: Lars Bernhardsson <cran.sherry228@passinbox.com>
Repository: CRAN
Date/Publication: 2026-01-06 11:40:02 UTC
Built: R 4.5.2; ; 2026-02-13 04:17:49 UTC; windows
