Hacker News new | ask | show | jobs
Pupper: PHP and React framework
4 points by bouiboui 3160 days ago
I'm the author of Pupper, a framework that provides librairies for PHP and React bi-directional communication through WebSockets.

It was inspired by the article "Game Development with React and PHP: How Compatible Are They?" by Christopher Pitt.

Links in the comments.

I'm waiting for your comments and suggestions :)

BTW, first post here, sorry if I'm doing anything wrong!

2 comments

Here are the clickable links:

- Try the online demo here: http://pupper.cod3.net

- Browse through the example app here: https://github.com/bouiboui/pupper/tree/master/app

- Read the pupper/pupper-php API documentation here: https://github.com/pupper/pupper-php

- Read the pupper/pupper-react API documentation here! https://github.com/pupper/pupper-react

nice!
Thanks a lot!