Welcome to Plezi

Congratulations, appname is running - What's next?

Congratulations, you're now running appname and it has so much potential!

appname started out Plezi and it's your quest to feed it your code and make sure appname grows strong and happy.

You're the master of this quest, and your next steps might include:

  1. Deciding which gems to use:

    • edit Gemfile in the appname folder.
  2. Reviewing the sample code and feeding Plezi your code:

    • Review and update your first Controller in 'appname/app/my_controller.rb'.
    • Edit or delete this file (appname/views/welcome.html.erb).
    • Write new controllers and code, maybe adding sub-folders to 'appname/app'.
    • Set up your routes in the 'appname/routes.rb' file.
    • Add WebSocket support to appname using 'appname/public/javascripts/client.js'.
    • Create some beautiful layouts for appname.
    • Update the error templates at 'appname/views/' to use your app's layout.
  3. Having fun and submitting any issues you discover to the Plezi Github Project.

Good Luck!

Did you try our websocket broadcast?

Your appname app can send WebSocket broadcasts (and unicasts). Why not try them out? You can even try them across multiple windows.