Package: fiery 1.2.1.9000

fiery: A Lightweight and Flexible Web Framework

A very flexible framework for building server side logic in R. The framework is unopinionated when it comes to how HTTP requests and WebSocket messages are handled and supports all levels of app complexity; from serving static content to full-blown dynamic web-apps. Fiery does not hold your hand as much as e.g. the shiny package does, but instead sets you free to create your web app the way you want.

Authors:Thomas Lin Pedersen [cre, aut]

fiery_1.2.1.9000.tar.gz
fiery_1.2.1.9000.zip(r-4.5)fiery_1.2.1.9000.zip(r-4.4)fiery_1.2.1.9000.zip(r-4.3)
fiery_1.2.1.9000.tgz(r-4.4-any)fiery_1.2.1.9000.tgz(r-4.3-any)
fiery_1.2.1.9000.tar.gz(r-4.5-noble)fiery_1.2.1.9000.tar.gz(r-4.4-noble)
fiery_1.2.1.9000.tgz(r-4.4-emscripten)fiery_1.2.1.9000.tgz(r-4.3-emscripten)
fiery.pdf |fiery.html
fiery/json (API)
NEWS

# Install 'fiery' in R:
install.packages('fiery', repos = c('https://thomasp85.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/thomasp85/fiery/issues

On CRAN:

http-serverhttpuvwebserverwebsocket-server

7.68 score 244 stars 33 scripts 449 downloads 9 exports 28 dependencies

Last updated 9 months agofrom:ff552bc5c3. Checks:OK: 5 ERROR: 2. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 04 2024
R-4.5-winOKNov 04 2024
R-4.5-linuxOKNov 04 2024
R-4.4-winOKNov 04 2024
R-4.4-macERRORNov 04 2024
R-4.3-winOKNov 04 2024
R-4.3-macERRORNov 04 2024

Exports:combined_log_formatcommon_log_formatfake_requestFirelogger_consolelogger_filelogger_nulllogger_switchrandom_port

Dependencies:assertthatbrotliclicodetoolscrayoncurldigestfastmapfutureglobalsgluehttpuvjsonlitelaterlistenvmagrittrparallellypromisesR6Rcppreqresrlangstringitriebeardurltoolsuuidwebutilsxml2

Creating and using fiery plugins

Rendered fromplugins.Rmdusingknitr::rmarkdownon Nov 04 2024.

Last update: 2019-09-26
Started: 2019-09-26

Delaying code execution in Fiery

Rendered fromdelayed.Rmdusingknitr::rmarkdownon Nov 04 2024.

Last update: 2019-09-26
Started: 2019-09-26

The event cycle in fiery

Rendered fromevents.Rmdusingknitr::rmarkdownon Nov 04 2024.

Last update: 2019-09-26
Started: 2019-09-26

Readme and manuals

Help Manual

Help pageTopics
Generate a New App ObjectFire
App Loggingcombined_log_format common_log_format loggers logger_console logger_file logger_null logger_switch logging