dancer websockets tutorial
So I finally got time wrap my head around Franck's chat demo that uses websockets. I was thinking about making a tutorial for creating websocket apps using dancer. And including it in the dancer docs somewhere like lib/Dancer/WebSocketTutorial.pod. Do you guys think this makes sense and would be useful? -Naveed
I would be very interested in seeing a good websocket tutorial! On Fri, Dec 17, 2010 at 9:02 PM, Naveed Massjouni <naveedm9@gmail.com>wrote:
So I finally got time wrap my head around Franck's chat demo that uses websockets. I was thinking about making a tutorial for creating websocket apps using dancer. And including it in the dancer docs somewhere like lib/Dancer/WebSocketTutorial.pod. Do you guys think this makes sense and would be useful?
-Naveed _______________________________________________ Dancer-users mailing list Dancer-users@perldancer.org http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
On Sat, Dec 18, 2010 at 7:54 AM, Mike Schroeder <mike@donor.com> wrote:
I would be very interested in seeing a good websocket tutorial!
Agreed. I think it 's a great idea and I'd *love* to see it in the core docs under Dancer::Tutorial::Websockets or something like that. Objections, anyone? Sawyer.
On Sat, Dec 18, 2010 at 10:29 AM, sawyer x <xsawyerx@gmail.com> wrote:
On Sat, Dec 18, 2010 at 7:54 AM, Mike Schroeder <mike@donor.com> wrote:
I would be very interested in seeing a good websocket tutorial!
Agreed.
I think it 's a great idea and I'd *love* to see it in the core docs under Dancer::Tutorial::Websockets or something like that.
Objections, anyone?
Sawyer.
Maybe it's time to think of a new distrib: Dancer::Manual, with the tutorials, cookbook, and this documentation ? anyway, excellent job naveed!
On Sat, Dec 18, 2010 at 4:48 AM, franck <franck@lumberjaph.net> wrote:
On Sat, Dec 18, 2010 at 10:29 AM, sawyer x <xsawyerx@gmail.com> wrote:
On Sat, Dec 18, 2010 at 7:54 AM, Mike Schroeder <mike@donor.com> wrote:
I would be very interested in seeing a good websocket tutorial!
Agreed.
I think it 's a great idea and I'd *love* to see it in the core docs under Dancer::Tutorial::Websockets or something like that.
Objections, anyone?
Sawyer.
Maybe it's time to think of a new distrib: Dancer::Manual, with the tutorials, cookbook, and this documentation ? anyway, excellent job naveed!
Thanks for the positive response. I have created Dancer::Tutorial::WebSockets and requested a pull. http://github.com/ironcamel/Dancer/blob/master/lib/Dancer/Tutorial/WebSocket... It is meant to be a simple example so people can quickly wrap their heads around it and get started creating some cool Dancer apps with websockets. You guys should take a look at this article when you get a chance: http://showmetheco.de/articles/2010/11/timtow-to-build-a-websocket-server-in... It briefly mentions Dancer, but the author doesn't show any example code. I think we need to quickly step our game up and increase our presence in the websockets area. I hope this tutorial can be one more step in that direction, in addition to Franck's awesome chat demo. -Naveed
participants (5)
-
Alexis Sukrieh -
franck -
Mike Schroeder -
Naveed Massjouni -
sawyer x