-
Notifications
You must be signed in to change notification settings - Fork 0
jamitzky/R-modules
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published