Это старая версия документа.


A PCRE internal error occured. This might be caused by a faulty plugin

====== Star.Comet - Documentation ====== * [[en:comet:introduction-to-comet|Introduction]] - the description of comet-technology, abilities, sphere of usage and how really work push-notifications. * [[en:comet:CometQL|CometQL documentation]] - a server API for work with the comet-server * [[en:comet:javascript_api|JavaScript API documentation]] - a client API for work with the comet-server * [[en:comet:faq:send-message-to-pipe|Online demo sending messages]] - an online demo free code snippet to sending messages into a channel. * [[en:comet:simple-chat-example|An example of the Realtime chat]] - training example of the Realtime chat * [[en:comet:simple-chat-plugin|Ready-made chat based on JavaScript for site – chat plugin]] - an includable plugin of simple chat * [[en:comet:chat-with-authorization|How to create a chat with an authorization?]] - how to create a simple chat based on PHP on your site (the lesson with online examples) * [[en:comet:star-comet-chat|Star.Comet-Chat]] - a chat plugin for private correspondence between two users. ===== Questions and answers ===== * [[en:comet:faq:websockets-vs-longpolling|What’s better: Long Polling or WebSockets?]] * [[en:comet:faq:send-message-to-pipe|How to send a message to the channel?]] * [[en:comet:faq:js-api-subscription|How to receive a message from the channel to JavaScript?]] * [[en:comet:faq:what-browsers-are-supported|In what browsers correct work is provided?]] * [[en:comet:faq:use-php-as-comet-server|Why to implement the comet-server using only PHP not as effective?]] * [[en:comet:faq:movement-of-one-variable|The "moving" of one variable from client to server and vice versa.]] * [[en:comet:testhosting|Why the script runs on the local machine and does not work on hosting?]] * [[en:comet:faq:public_key|What it is and why do we need "A public developer id" and "Secret developer key?"]] * [[en:comet:faq:send-message-to-pipe|How to send message to the random channel and then how to get this message on the other page?]] * [[en:comet:faq:realtime-users-list|How to implement a mechanism for tracking users entering the site. That is a list of visitors updated on the "realtime"?]] ===== List of ready-made solutions using Star.Comet ===== * [[en:comet:star-comet-chat|Plug-personal communication between users]] <note tip>If you have already create some app or plugin for CMS using this comet-server and you’re planning to sell this app or give free access, please, contact us via app@comet-server.ru to share your information about this app and adding this app into a special part of this site. Maybe it will attract more extra users.</note> ~~DISCUSSION:off| ~~