Kometka is a JavaScript and PHP library for making AJAX programs whose instances communicate with each other. The communication server is written in PHP and the communication clients are written in JavaScript. When one client sends a message to the server, the server pushes that message to all clients (using the comet technique). With this library, you can write chat programs, multiplayer online games, and more.
| Tags | PHP JavaScript AJAX ajax push comet |
|---|---|
| Licenses | MIT/X |
| Operating Systems | OS Independent |
| Implementation | HTML AJAX PHP |
Recent comments
29 Sep 2009 21:20
this not work on local pc(windows xp) and server (linux), the comunication remains synchronous :(
maybe i need some configuration to php or server??
29 Sep 2009 20:04
hi friend,
this little app is realy good :) simple and elegant.
can you upload the code for the examples?? i try to see how can i change from synchro to asynchro :S
i run the example, but this only work synchro, i need to change this to asynchro.
best regards and thanks for this library