[go: nahoru, domu]

Skip to content

jamitzky/R-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This is a minimalistic webserver written in pure R.
In order to start it:

$ R CMD BATCH webserver.R

the webserver then listens on port 8088 and evaluates the path.
e.g.

curl "http://localhost:8088/paste(Sys.info(),collapse='')"

returns a page with the system info of R.
Be careful, because you open up a security hole. Calls with the system function can execute any bash command on the server.

About

A minimalistic web server in pure R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages