Just another dancer
We game.yy.com have been using dancer to provide the RESTful API for our DNS service. It is simple enough to write the API methods along with the great Perl modules on CPAN, special to the DNS related modules like Net::DNS, Data::Validate::Domain etc. Once the API was running with CGI under Apache, but I swithed them to dancer within just one day. Thanks for the great project.
If you could write a few words on what the site is about (I realize "games" are a major part of it :) - we could add it to the dancefloor. :) On Thu, Jul 4, 2013 at 4:37 AM, Feng He <fenghe@nsbeta.info> wrote:
We game.yy.com have been using dancer to provide the RESTful API for our DNS service. It is simple enough to write the API methods along with the great Perl modules on CPAN, special to the DNS related modules like Net::DNS, Data::Validate::Domain etc. Once the API was running with CGI under Apache, but I swithed them to dancer within just one day. Thanks for the great project. ______________________________**_________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/**mailman/listinfo/dancer-users<http://lists.preshweb.co.uk/mailman/listinfo/dancer-users>
I didn't get an english introduction to the company. But you may find the info here: http://www.nasdaq.com/symbol/yy Cheers. 于 2013-7-4 13:58, sawyer x 写道:
If you could write a few words on what the site is about (I realize "games" are a major part of it :) - we could add it to the dancefloor. :)
On Thu, Jul 4, 2013 at 4:37 AM, Feng He <fenghe@nsbeta.info <mailto:fenghe@nsbeta.info>> wrote:
We game.yy.com <http://game.yy.com> have been using dancer to provide the RESTful API for our DNS service. It is simple enough to write the API methods along with the great Perl modules on CPAN, special to the DNS related modules like Net::DNS, Data::Validate::Domain etc. Once the API was running with CGI under Apache, but I swithed them to dancer within just one day. Thanks for the great project. _________________________________________________ dancer-users mailing list dancer-users@dancer.pm <mailto:dancer-users@dancer.pm> http://lists.preshweb.co.uk/__mailman/listinfo/dancer-users <http://lists.preshweb.co.uk/mailman/listinfo/dancer-users>
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
Have another question that, how to make dancer listen on localhost only? Coz I have a nginx as the front proxy before it. Thanks. 于 2013-7-4 14:24, Feng He 写道:
I didn't get an english introduction to the company. But you may find the info here: http://www.nasdaq.com/symbol/yy
Cheers.
于 2013-7-4 13:58, sawyer x 写道:
If you could write a few words on what the site is about (I realize "games" are a major part of it :) - we could add it to the dancefloor. :)
How are you connecting Dancer to Nginx? On Fri, Jul 5, 2013 at 2:58 AM, Feng He <fenghe@nsbeta.info> wrote:
Have another question that, how to make dancer listen on localhost only? Coz I have a nginx as the front proxy before it.
Thanks.
于 2013-7-4 14:24, Feng He 写道:
I didn't get an english introduction to the company.
But you may find the info here: http://www.nasdaq.com/symbol/**yy <http://www.nasdaq.com/symbol/yy>
Cheers.
于 2013-7-4 13:58, sawyer x 写道:
If you could write a few words on what the site is about (I realize "games" are a major part of it :) - we could add it to the dancefloor. :)
______________________________**_________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/**mailman/listinfo/dancer-users<http://lists.preshweb.co.uk/mailman/listinfo/dancer-users>
Are you using the default Dancer "built-in" web server? That should only be used for development. It's not performant at all. You should use something like Starman. On Fri, Jul 5, 2013 at 10:46 AM, Feng He <fenghe@nsbeta.info> wrote:
于 2013-7-5 16:27, sawyer x 写道:
How are you connecting Dancer to Nginx?
for nginx the upstream server is 127.0.0.1:3000 it's by a tcp socket.
______________________________**_________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/**mailman/listinfo/dancer-users<http://lists.preshweb.co.uk/mailman/listinfo/dancer-users>
On 2013-7-5 17:20, sawyer x wrote:
Are you using the default Dancer "built-in" web server? That should only be used for development. It's not performant at all.
You should use something like Starman.
Thanks. I have switched to Starman for webserver. $ plackup -E deployment -s Starman --workers=10 -l 127.0.0.1:3000 -D -a bin/app.pl It looks work fine.
Hey, I heard of this site which introduces many web games. Glad to know it's dancing now. Would you please share your deployment? Thanks, kc 在 2013-7-4,9:37,Feng He <fenghe@nsbeta.info> 写道:
We game.yy.com have been using dancer to provide the RESTful API for our DNS service. It is simple enough to write the API methods along with the great Perl modules on CPAN, special to the DNS related modules like Net::DNS, Data::Validate::Domain etc. Once the API was running with CGI under Apache, but I swithed them to dancer within just one day. Thanks for the great project. _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
participants (3)
-
Feng He -
Kaiwang Chen -
sawyer x