Diogo Cordeiro a9c365a5eb [VersionBump] 2.0.0alpha0 | il y a 4 ans | |
---|---|---|
.. | ||
locale | il y a 4 ans | |
MeteorPlugin.php | il y a 5 ans | |
README.md | il y a 5 ans |
This is a plugin to automatically load notices in the browser no matter who creates them -- the kind of thing we see with search.twitter.com, rejaw.com, or FriendFeed's "real time" news.
It requires a meteor server.
https://github.com/visitsb/meteorserver/
Note that the controller interface needs to be accessible by the Web server, and the subscriber interface needs to be accessible by your Web users. You MUST firewall the controller interface from users; otherwise anyone will be able to push any message to your subscribers. Not good!
You can enable the plugin with this line in config.php:
addPlugin('Meteor', ['webserver' => 'meteor server address']);
Available parameters: