RapidApp talk and live demo presented at YAPC::NA 2015 in Salt Lake City on June 9th.
The slideshow is a live Plack/PSGI application with nested RapidApp interfaces embedded throughout showcasing real, running example apps:
All these apps & code – including the slideshow itself – are bundled in a single GitHub repository which is runnable out-of-the-box:
github.com/RapidApp/yn2015 |
# Clone the repo: git clone --recursive https://github.com/RapidApp/yn2015 cd yn2015/ # Install required packages: cpanm --installdeps . # Start-up app.psgi web-server on local port 5000: # (Note: use forward/back arrow keys to advance slides) plackup
See also the talk page on the yapcna.org site:
For support, or to learn more about the RapidApp project, please visit the #rapidapp IRC channel on irc.perl.org
|