Changeset 1106569
- Timestamp:
- 03/06/2015 04:46:40 AM (11 years ago)
- File:
-
- 1 edited
-
chat-rooms-powered-by-firebase/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chat-rooms-powered-by-firebase/trunk/readme.txt
r1106539 r1106569 15 15 Powered by the [AngularJS for WP](https://wordpress.org/plugins/angularjs-for-wp/) plugin and [Firebase](https://www.firebase.com), add real time communication to your site, for free. Create a new chat room (custom post type) and off you go! 16 16 17 *Fully CSS customizable 18 *Template powered - __coming soon__ 17 Want to know how its coded? [Here is the article that I wrote while writing it](http://www.roysivan.com/using-firebase-and-wp-api-wordpress/#.VPkv4YF4qD4) 18 [Chat Demo](http://roysivan.com/angularjs-for-wordpress/chat-rooms/roys-awesome-chat-room) 19 20 Issues can be posted in these Support Forums or on [GitHub](https://github.com/royboy789/wordpress-firebase-chat) 19 21 20 22 … … 34 36 AngularJS renders your posts client-side. WordPress is built on PHP, so every page a user visits is converted to HTML on the server, then served to the client. With ANgularJS you are only getting a JSON Object (text) from the server 35 37 then renderring that to HTML using the client's machine. This will speed up your pages as well as allow for more concurrent visitors to your site as the strain on the server is reduced. 38 39 = What is Firebase? = 40 41 [Firebase](http://www.firebase.com), is probably one of the best things to happen to web development. It is a way for a front end developer like me to quickly spin up an application and connect it to a JSON object that lives online. It is awesome. 42 43 Sign up for a free account to use this plugin. 44 36 45 37 46 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.