Powered by AngularJS for WP plugin and Firebase, add communication to your site, for free.
Template powered just copy the template file in the directory into your theme firebase-chat chatroom php and override as you need...
Log into your WordPress dashboard and add the new plugin via upload.
Make sure you have JSON REST API v2 and AngularJS for WordPress plugin activated.
Click on Chat Settings in the menu and add your Firebase URL...
AngularJS renders your posts client-side.
WordPress is built on PHP, so every page user visits is converted to HTML on the server, then served to the client.
With ANgularJS you are only getting JSON Object from the server 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...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more