Package: fiery 1.5.0.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.5.0.9000.tar.gz
fiery_1.5.0.9000.zip(r-4.7)fiery_1.5.0.9000.zip(r-4.6)fiery_1.5.0.9000.zip(r-4.5)
fiery_1.5.0.9000.tgz(r-4.6-any)fiery_1.5.0.9000.tgz(r-4.5-any)
fiery_1.5.0.9000.tar.gz(r-4.7-any)fiery_1.5.0.9000.tar.gz(r-4.6-any)
fiery_1.5.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
fiery/json (API)

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

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

Pkgdown/docs site:https://fiery.data-imaginist.com

On CRAN:

Conda:

http-serverhttpuvwebserverwebsocket-server

9.96 score 256 stars 4 packages 38 scripts 1.3k downloads 13 exports 27 dependencies

Last updated from:5218907dc8. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK150
source / vignettesOK206
linux-release-x86_64OK143
macos-release-arm64OK133
macos-oldrel-arm64OK143
windows-develOK104
windows-releaseOK126
windows-oldrelOK92
wasm-releaseOK109

Exports:combined_log_formatcommon_log_formatfake_requestFirelogger_consolelogger_filelogger_loggerlogger_nulllogger_otellogger_switchlogger_voidrandom_portsession_id_cookie

Dependencies:base64encbrotliclicurlfastmapfsgluehttpuvjsonlitelaterlifecyclemagrittrmirainanonextotelpromisesR6Rcppreqresrlangsodiumstringitriebeardurltoolswebutilsxml2yaml

The event cycle in fiery
Life cycle Events | Custom Events | Triggering Events Externally:

Last update: 2025-06-12
Started: 2019-09-26

Creating and using fiery plugins
Using Plugins | Creating Plugins | Accessing Plugins

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_logger logger_null logger_otel logger_switch logger_void logging
Use a session cookie to store the id of the sessionsession_id_cookie