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:
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.5-any)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')) |
Bug tracker:https://github.com/thomasp85/fiery/issues
Pkgdown site:https://fiery.data-imaginist.com
http-serverhttpuvwebserverwebsocket-server
Last updated 3 days agofrom:9442a51dc0. Checks:1 OK, 8 ERROR. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 03 2025 |
R-4.5-win | ERROR | Mar 03 2025 |
R-4.5-mac | ERROR | Mar 03 2025 |
R-4.5-linux | ERROR | Mar 03 2025 |
R-4.4-win | ERROR | Mar 03 2025 |
R-4.4-mac | ERROR | Mar 03 2025 |
R-4.4-linux | ERROR | Mar 03 2025 |
R-4.3-win | ERROR | Mar 03 2025 |
R-4.3-mac | ERROR | Mar 03 2025 |
Exports:combined_log_formatcommon_log_formatfake_requestFirelogger_consolelogger_filelogger_loggerlogger_nulllogger_switchrandom_portsession_id_cookie
Dependencies:base64encbrotliclicodetoolscurldigestfastmapfutureglobalsgluehttpuvjsonlitelaterlifecyclelistenvmagrittrparallellypromisesR6Rcppreqresrlangsodiumstringitriebeardurltoolswebutilsxml2
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Generate a New App Object | Fire |
App Logging | combined_log_format common_log_format loggers logger_console logger_file logger_logger logger_null logger_switch logging |
Use a session cookie to store the id of the session | session_id_cookie |