add r and shiny tutorial to build web app

This commit is contained in:
Tu Tran 2017-05-02 05:53:22 -04:00
parent 94e38bb7de
commit 6fdad4ff56

View file

@ -13,6 +13,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
* [Go](#go)
* [Ruby](#ruby)
* [Haskell](#haskell)
* [R](#r)
* [Rust](#rust)
* [Additional resources](#additional-resources)
@ -95,6 +96,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
* [Roll Your Own IRC Bot](https://wiki.haskell.org/Roll_your_own_IRC_bot)
* [Making a Website with Haskell](http://adit.io/posts/2013-04-15-making-a-website-with-haskell.html)
## R:
* [Build Web Apps with Shiny](http://rstudio.github.io/shiny/tutorial/)
## Rust:
* A Simple Web App in Rust
* [Part 1](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-1/)