ClankBundle icon indicating copy to clipboard operation
ClankBundle copied to clipboard

Resuming torch

Open jjsaunier opened this issue 9 years ago • 0 comments

Based on the simple fact that this repository is not maintained (the last commit goes back 2 years) I took the initiative to create a fork to continue the development.

What changes?

  • Based on ratchet 0.3
  • Integration of a dedicated router pubsub (https://github.com/GeniusesOfSymfony/PubSubRouterBundle)
  • Internal client websocket
  • Native user authentication trough websocket (PdoSessionHandler est disponible only for now)
  • Better architecture
  • Available with the lastest release of symfony
  • A client with dedicated storage with many driver possibilities (instead of keeping in memory via SplStorage you can use redis, memcache etc.)
  • A very verbose ouput via monolog
  • Origin checker is available!
  • The docs was updated! (special thanks to @gittix09 who helped me a lot)

So if you are interested

  • WebsocketBundle : https://github.com/GeniusesOfSymfony/WebSocketBundle
  • Demo app : https://github.com/GeniusesOfSymfony/WebsocketAppDemo
  • Practical/Advanced project : https://github.com/ProPheT777/real_time_bidirectional_notification-symfony2-redis-websocket-pubsub

Feel free to play with it and send PR ;)

jjsaunier avatar May 03 '15 19:05 jjsaunier