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/controllers/example.rb'.
    • Edit or delete this file (appname/views/welcome.html.erb).
    • Set up your routes in the 'appname/routes.rb' file.
    • Write new controllers that tanslate between your application's API and the internet layer.
    • Save the actual application logic in the 'appname/lib' folder, seperating it from the network layer.
    • Add WebSocket support, just because it's easy and fun.
    • Write a beautiful client to access appname through the web.
    • 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.