<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Building Sample Apps in Ruby, NodeJS and PHP</title>
	<atom:link href="http://lostechies.com/derickbailey/2013/02/12/building-sample-apps-in-ruby-nodejs-and-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2013/02/12/building-sample-apps-in-ruby-nodejs-and-php/</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Fri, 24 May 2013 06:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Davy</title>
		<link>http://lostechies.com/derickbailey/2013/02/12/building-sample-apps-in-ruby-nodejs-and-php/#comment-3245</link>
		<dc:creator>Davy</dc:creator>
		<pubDate>Fri, 24 May 2013 06:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=1053#comment-3245</guid>
		<description>A bit opinionated. If you pick a platform based on how long it takes you to get a new stub project up and running on your local machine, it&#039;s not a good reason, because the setup is a one time task. 


If you have many small projects with different setups, you can consider using framework agnostic deploy/stub/skeleton software like opscodes chef, or brunch for a lighter version to manage your basic setup. You only have to do it once, and you will have your framework (rails, php, sinatra, python, node, whatever) the way you like it.

The choice of language is a question of language features, maturity and support. In your case it sounds more like its a question of what you have on your mind the moment you turn on the computer...

Your arguments that it takes time to get a sinatra setup up and running is utterly nonsense. What you really mean is that it takes a while to set it up the way *you* like it to run (with haml, etc.). Does php support haml in the base installation? No.



If you want a fast setup webserver, most frameworks today have a commandline one-liner: rails, python, php. I prefer 37signals pow myself, because then you don&#039;t have to use the one-liner even.


Happy coding,
Davy</description>
		<content:encoded><![CDATA[<p>A bit opinionated. If you pick a platform based on how long it takes you to get a new stub project up and running on your local machine, it&#8217;s not a good reason, because the setup is a one time task. </p>
<p>If you have many small projects with different setups, you can consider using framework agnostic deploy/stub/skeleton software like opscodes chef, or brunch for a lighter version to manage your basic setup. You only have to do it once, and you will have your framework (rails, php, sinatra, python, node, whatever) the way you like it.</p>
<p>The choice of language is a question of language features, maturity and support. In your case it sounds more like its a question of what you have on your mind the moment you turn on the computer&#8230;</p>
<p>Your arguments that it takes time to get a sinatra setup up and running is utterly nonsense. What you really mean is that it takes a while to set it up the way *you* like it to run (with haml, etc.). Does php support haml in the base installation? No.</p>
<p>If you want a fast setup webserver, most frameworks today have a commandline one-liner: rails, python, php. I prefer 37signals pow myself, because then you don&#8217;t have to use the one-liner even.</p>
<p>Happy coding,<br />
Davy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitri Zaitsev</title>
		<link>http://lostechies.com/derickbailey/2013/02/12/building-sample-apps-in-ruby-nodejs-and-php/#comment-3240</link>
		<dc:creator>Dmitri Zaitsev</dc:creator>
		<pubDate>Mon, 20 May 2013 17:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=1053#comment-3240</guid>
		<description>Thank you, that explains it!</description>
		<content:encoded><![CDATA[<p>Thank you, that explains it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2013/02/12/building-sample-apps-in-ruby-nodejs-and-php/#comment-3239</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Mon, 20 May 2013 11:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=1053#comment-3239</guid>
		<description>the -S option and built in web server were introduced with PHP 5.4. You&#039;ll need to install that version (or higher, if one is released since) to get this to work</description>
		<content:encoded><![CDATA[<p>the -S option and built in web server were introduced with PHP 5.4. You&#8217;ll need to install that version (or higher, if one is released since) to get this to work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitri Zaitsev</title>
		<link>http://lostechies.com/derickbailey/2013/02/12/building-sample-apps-in-ruby-nodejs-and-php/#comment-3238</link>
		<dc:creator>Dmitri Zaitsev</dc:creator>
		<pubDate>Mon, 20 May 2013 03:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=1053#comment-3238</guid>
		<description>Somehow php -S localhost:5000 doesn&#039;t seem to work for me.
The options -S does not seem to exist and I am sent to the help page of php.
Am I missing something?

I have Mac OS 10.8.3 and standard php:

PHP 5.3.15 with Suhosin-Patch (cli) (built: Aug 28 2012 18:19:13) 

Copyright (c) 1997-2012 The PHP Group

Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies</description>
		<content:encoded><![CDATA[<p>Somehow php -S localhost:5000 doesn&#8217;t seem to work for me.<br />
The options -S does not seem to exist and I am sent to the help page of php.<br />
Am I missing something?</p>
<p>I have Mac OS 10.8.3 and standard php:</p>
<p>PHP 5.3.15 with Suhosin-Patch (cli) (built: Aug 28 2012 18:19:13) </p>
<p>Copyright (c) 1997-2012 The PHP Group</p>
<p>Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico Burns</title>
		<link>http://lostechies.com/derickbailey/2013/02/12/building-sample-apps-in-ruby-nodejs-and-php/#comment-3171</link>
		<dc:creator>Nico Burns</dc:creator>
		<pubDate>Tue, 02 Apr 2013 00:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=1053#comment-3171</guid>
		<description>I highly recommend the &#039;http-server&#039; node module

npm install -g http-server

Then run with

http-server

It will only serve static content, but other than that it&#039;s great. My favourite feature is through it auto-increments the port, so it&#039;s really really easy to start multiple servers at once.</description>
		<content:encoded><![CDATA[<p>I highly recommend the &#8216;http-server&#8217; node module</p>
<p>npm install -g http-server</p>
<p>Then run with</p>
<p>http-server</p>
<p>It will only serve static content, but other than that it&#8217;s great. My favourite feature is through it auto-increments the port, so it&#8217;s really really easy to start multiple servers at once.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Mendelowski</title>
		<link>http://lostechies.com/derickbailey/2013/02/12/building-sample-apps-in-ruby-nodejs-and-php/#comment-3145</link>
		<dc:creator>Lucas Mendelowski</dc:creator>
		<pubDate>Fri, 22 Mar 2013 16:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=1053#comment-3145</guid>
		<description>Or you can just type: python -m SimpleHTTPServer :)</description>
		<content:encoded><![CDATA[<p>Or you can just type: python -m SimpleHTTPServer :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh Mehta</title>
		<link>http://lostechies.com/derickbailey/2013/02/12/building-sample-apps-in-ruby-nodejs-and-php/#comment-3113</link>
		<dc:creator>Rakesh Mehta</dc:creator>
		<pubDate>Fri, 15 Mar 2013 07:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=1053#comment-3113</guid>
		<description>Is there any language int this world that does not have any glitch or vulnerability issue? I don&#039;t believe so. Some languages has fewer issues that other. For someone PHP seems to be promising one, for other it&#039;s a crap. These are all personal tastes. The good thing with PHP is that it&#039;s light weight and not that hard to configure (even manually) and you get lots of frameworks and open source projects to start working on. The documentation on php.net is another +, very well indexed in google and thus quickly searchable. I personally believe that to be a good developer, one should have strong analytical and problem solving skill. Good understand of project flow and end users requirement. Without these understanding none of the languages is useful to you. Basically you should know, what you are going to do and then decide the most beneficial (commercially and technically) way to do that. I never believe that for a good programmer programming language is never a barrier. And yes, you must consider the new releases of PHP &lt;a href=&quot;http://www.am-horizon.com/blog/2012/04/whats-new-in-php-5-4/&quot; rel=&quot;nofollow&quot;&gt;www.am-horizon.com/blog/2012/04/whats-new-in-php-5-4&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Is there any language int this world that does not have any glitch or vulnerability issue? I don&#8217;t believe so. Some languages has fewer issues that other. For someone PHP seems to be promising one, for other it&#8217;s a crap. These are all personal tastes. The good thing with PHP is that it&#8217;s light weight and not that hard to configure (even manually) and you get lots of frameworks and open source projects to start working on. The documentation on php.net is another +, very well indexed in google and thus quickly searchable. I personally believe that to be a good developer, one should have strong analytical and problem solving skill. Good understand of project flow and end users requirement. Without these understanding none of the languages is useful to you. Basically you should know, what you are going to do and then decide the most beneficial (commercially and technically) way to do that. I never believe that for a good programmer programming language is never a barrier. And yes, you must consider the new releases of PHP <a href="http://www.am-horizon.com/blog/2012/04/whats-new-in-php-5-4/" rel="nofollow">http://www.am-horizon.com/blog/2012/04/whats-new-in-php-5-4</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crojas</title>
		<link>http://lostechies.com/derickbailey/2013/02/12/building-sample-apps-in-ruby-nodejs-and-php/#comment-3083</link>
		<dc:creator>crojas</dc:creator>
		<pubDate>Tue, 26 Feb 2013 17:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=1053#comment-3083</guid>
		<description>I found an interesting site to build app in PHP, Ruby, Nodejs and other
check this out: http://weflavors.com

You can even choose the framework and ui framework</description>
		<content:encoded><![CDATA[<p>I found an interesting site to build app in PHP, Ruby, Nodejs and other<br />
check this out: <a href="http://weflavors.com" rel="nofollow">http://weflavors.com</a></p>
<p>You can even choose the framework and ui framework</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crojas</title>
		<link>http://lostechies.com/derickbailey/2013/02/12/building-sample-apps-in-ruby-nodejs-and-php/#comment-3082</link>
		<dc:creator>crojas</dc:creator>
		<pubDate>Tue, 26 Feb 2013 17:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=1053#comment-3082</guid>
		<description>I found an interesting site to build app in PHP, Ruby, Nodejs and other
check this out: http://weflavors.com

You can even choose the framework and ui framework</description>
		<content:encoded><![CDATA[<p>I found an interesting site to build app in PHP, Ruby, Nodejs and other<br />
check this out: <a href="http://weflavors.com" rel="nofollow">http://weflavors.com</a></p>
<p>You can even choose the framework and ui framework</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rssvihla</title>
		<link>http://lostechies.com/derickbailey/2013/02/12/building-sample-apps-in-ruby-nodejs-and-php/#comment-3061</link>
		<dc:creator>rssvihla</dc:creator>
		<pubDate>Mon, 18 Feb 2013 15:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=1053#comment-3061</guid>
		<description>I can&#039;t speak for the OP but the runtime has it&#039;s issues. You can definitely make good products with it, but the edge cases drive you batty. http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design/</description>
		<content:encoded><![CDATA[<p>I can&#8217;t speak for the OP but the runtime has it&#8217;s issues. You can definitely make good products with it, but the edge cases drive you batty. <a href="http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design/" rel="nofollow">http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
