Zend certified PHP/Magento developer

PHP Websocket to create live posts feed

I am trying to add a feature to my PHP website that is similar to multiple-room chat app: (must use PHP for server-side and must use WebSockets)

  1. Admin will be able to create/delete rooms
  2. Users will be able to subscribe to rooms
  3. Users will be able to post to rooms they’ve subscribed to
  4. When joining a room, the user will see all past posts and will see LIVE new posts
  5. Posts will be saved to DB and loaded

I am struggling with where to start, looking for a tutorial or an implementation of something similar online, any suggestions?

submitted by /u/avishai1b
[link] [comments]