Showing 10 of total 10 results (show query)
rstudio
httpuv:HTTP and WebSocket Server Library
Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser license information.)
Maintained by Winston Chang. Last updated 12 months ago.
59.7 match 235 stars 15.09 score 708 scripts 2.1k dependentsthomasp85
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.
Maintained by Thomas Lin Pedersen. Last updated 14 days ago.
http-serverhttpuvwebserverwebsocket-server
11.0 match 248 stars 8.13 score 34 scriptsjeroen
webutils:Utility Functions for Developing Web Applications
Parses http request data in application/json, multipart/form-data, or application/x-www-form-urlencoded format. Includes example of hosting and parsing html form data in R using either 'httpuv' or 'Rhttpd'.
Maintained by Jeroen Ooms. Last updated 6 months ago.
2.4 match 24 stars 7.65 score 5 scripts 24 dependentstconwell
webdeveloper:Functions for Web Development
Organizational framework for web development in R including functions to serve static and dynamic content via HTTP methods, includes the html5 package to create HTML pages, and offers other utility functions for common tasks related to web development.
Maintained by Timothy Conwell. Last updated 2 years ago.
5.5 match 1 stars 2.70 score 1 scriptsjinghuazhao
gaawr2:Genetic Association Analysis
It gathers information, meta-data and scripts in a two-part Henry-Stewart talk by Zhao (2009, <doi:10.69645/DCRY5578>), which showcases analysis in aspects such as testing of polymorphic variant(s) for Hardy-Weinberg equilibrium, association with trait using genetic and statistical models as well as Bayesian implementation, power calculation in study design and genetic annotation. It also covers R integration with the Linux environment, GitHub, package creation and web applications.
Maintained by Jing Hua Zhao. Last updated 3 days ago.
2.2 match 4.90 scorerexyai
RestRserve:A Framework for Building HTTP API
Allows to easily create high-performance full featured HTTP APIs from R functions. Provides high-level classes such as 'Request', 'Response', 'Application', 'Middleware' in order to streamline server side application development. Out of the box allows to serve requests using 'Rserve' package, but flexible enough to integrate with other HTTP servers such as 'httpuv'.
Maintained by Dmitry Selivanov. Last updated 4 days ago.
http-serveropenapirest-apiswagger-uicpp
0.5 match 283 stars 9.56 score 95 scripts 1 dependentsthomasp85
routr:A Simple Router for HTTP and WebSocket Requests
In order to make sure that web request ends up in the correct handler function a router is often used. 'routr' is a package implementing a simple but powerful routing functionality for R based servers. It is a fully functional 'fiery' plugin, but can also be used with other 'httpuv' based servers.
Maintained by Thomas Lin Pedersen. Last updated 6 days ago.
http-routermiddlewarerouterwebtechnology
0.5 match 56 stars 6.15 score 25 scriptsthomasp85
reqres:Powerful Classes for HTTP Requests and Responses
In order to facilitate parsing of http requests and creating appropriate responses this package provides two classes to handle a lot of the housekeeping involved in working with http exchanges. The infrastructure builds upon the 'rook' specification and is thus well suited to be combined with 'httpuv' based web servers.
Maintained by Thomas Lin Pedersen. Last updated 6 days ago.
httphttp-serverrequestresponse
0.5 match 39 stars 6.05 score 19 scripts 2 dependentsanders-biostat
jrc:Exchange Commands Between R and 'JavaScript'
An 'httpuv' based bridge between R and 'JavaScript'. Provides an easy way to exchange commands and data between a web page and a currently running R session.
Maintained by Svetlana Ovchinnikova. Last updated 2 years ago.
0.5 match 16 stars 4.68 score 5 scripts 2 dependentstim-band
shinylight:Web Interface to 'R' Functions
Web front end for your 'R' functions producing plots or tables. If you have a function or set of related functions, you can make them available over the internet through a web browser. This is the same motivation as the 'shiny' package, but note that the development of 'shinylight' is not in any way linked to that of 'shiny' (beyond the use of the 'httpuv' package). You might prefer 'shinylight' to 'shiny' if you want a lighter weight deployment with easier horizontal scaling, or if you want to develop your front end yourself in JavaScript and HTML just using a lightweight remote procedure call interface to your R code on the server.
Maintained by Tim Band. Last updated 1 years ago.
0.5 match 3.18 score 1 scripts 1 dependents