Earlier quoted context omitted.
https://ghost.org/
https://news.ycombinator.com/item?id=10127715 "I will be honest. I use ghost as my blogging platform for about a year, and in comparison to wordpress... it just doesn't hold up. Everything from stuff as big as upgrading, mid range as plugins, and even simple things like spell check were overlooked (at least in the version I have). It kind of reminds me of the Pepsi Vs. Coke test. Went to it for that initial appeal of…
PHP in a JavaScript world
21–30 of 61 posts
Re: PHP in a JavaScript world
#22Re: PHP in a JavaScript world
#23Earlier quoted context omitted.
That's not true for a simple reason : Many people who use these front-end tools, still use PHP to build website (like I do)
Sure. And lots of people that use Rails still use it to communicate with Java-based backend systems. That doesn't mean that Rails isn't Ruby's "killer app."
Re: PHP in a JavaScript world
#24Earlier quoted context omitted.
It's not open source, i cannot checkout it and start building something with it...
Ghost is open source. http://github.com/tryghost/ghost
Re: PHP in a JavaScript world
#25Python was supposed to kill PHP. Ruby on Rails was supposed to kill PHP. Now Javascript is supposed to kill PHP? Not a chance, at least in the near future.
Re: PHP in a JavaScript world
#26Earlier quoted context omitted.
PHP today is overwhelmingly being used to augment/modify: > Wordpress, drupal, magento, phabricator, mediawiki, sugarcrm... Very few apps are built from scratch using PHP unless the intention is to share the application code like wordpress, drupal, etc. On Node, you're almost always building from scratch, rather than creating plugins for an existing application. Apples and oranges. Different use cases.
Very few? There's plenty of apps out there written in PHP. You can do the same thing in PHP as you can in node. Writing from scratch is no greater of a use case for using node than it is for PHP.
Yes, there are. I didn't say there weren't. I think PHP is great, relax.
In my professional experience, however, I don't see people start a codebase from scratch in PHP anymore. It's almost always based on Node.
Re: PHP in a JavaScript world
#27Re: PHP in a JavaScript world
#28Python was supposed to kill PHP. Ruby on Rails was supposed to kill PHP. Now Javascript is supposed to kill PHP? Not a chance, at least in the near future.
https://www.youtube.com/watch?v=p3gMSnaZrp8&feature=youtu.be
Re: PHP in a JavaScript world
#29Python was supposed to kill PHP. Ruby on Rails was supposed to kill PHP. Now Javascript is supposed to kill PHP? Not a chance, at least in the near future.
Re: PHP in a JavaScript world
#30Wordpress, drupal, magento, phabricator, mediawiki, sugarcrm... These are vastly popular, feature rich out of the box tools in PHP, aka the "killer apps". As I don't follow the node community, what are the killer apps on the node side? Im talking about a complete piece of software, where I would want to set up an environment not for development but for running an application.
Personally, I'd say that the front-end tooling ecosystem constitutes the "killer app": - Minification: Uglify - Transpilation: Babel/TypeScript/CoffeeScript - JS Module Systems: Require/Browserify/Webpack/JSPM - CSS preprocessors: Less/Sass/Stylus - Linting: JSHint/ESLint/CSSLint If you're using a lot of front-end tools, you're using Node. And if you're using Node, you might as well use it to write your APIs.
No, not when I have access to all kinds of other languages, frameworks, libraries, etc to choose from on the server side.