세상이야기

워드프레스(WordPress.com) MYSQL, PHP 버리고 JavaScript기반으로 전환

쿠카곰돌이 2015. 11. 27. 11:01
반응형

PHP 대신 자바 JavaScript로 전환

칼립소(Calypso)는 node.js 기반,  react.js 를 사용, REST API(WP API) 구동

https://developer.wordpress.com/calypso/

https://github.com/Automattic/wp-calypso

cross platform solution 을 위한 결정..

CMS 솔루션

Node.js


The new WordPress.com codebase, codenamed "Calypso," moves WordPress.com away from MySQL and PHP. It's built entirely in JavaScript, and communicates with WordPress.com only using our REST API. This means the new WordPress.com is a browser-based client for our API, just like any other application built on top of it — lighter, faster, and more flexible for a mobile-focused world.

Calypso uses a thin layer of Node.js on the server to build the initial web page, and much of the logic is run in the client as a Single Page Application (SPA) built in-house, leveraging many other open source JavaScript modules. Calypso adopted Facebook's React view library early on, and has been heavily influenced by other open source work in the React community.


반응형