On Sep 18, 2014 12:19 PM, "Scott Wiersdorf" <[email protected]> wrote: > > The new app induces wonder, and someone familiar with the project will see that it highlights mojo's power. However, if I were new to Mojolicious, or unfamiliar with modern web frameworks generally, this would be unintelligible without a little more explanation. What if you added a paragraph after the code explaining it?: > > > This is a small taste of Mojolicious' event-driven goodness. The example runs an event loop with a web server *and* a web socket server. The web server listens for GET requests at '/' and serves up the index.html.ep template. When your web browser loads this page, it makes a web socket server connection back to the application at '/title', which makes a non-blocking GET request to http://mojolicio.us and returns its title to the browser. Mojolicious gives you power without sacrificing legibility and ease of use.
+1 -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
