Plugin Directory

Changeset 1106569


Ignore:
Timestamp:
03/06/2015 04:46:40 AM (11 years ago)
Author:
guavaworks
Message:

README update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chat-rooms-powered-by-firebase/trunk/readme.txt

    r1106539 r1106569  
    1515Powered 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!
    1616 
    17 *Fully CSS customizable 
    18 *Template powered - __coming soon__
     17Want 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 
     20Issues can be posted in these Support Forums or on [GitHub](https://github.com/royboy789/wordpress-firebase-chat)
    1921
    2022
     
    3436AngularJS 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
    3537then 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 
     43Sign up for a free account to use this plugin.
     44 
    3645
    3746== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.