techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#ReactPHP

1 post1 participant0 posts today

Score! Managed to hook the cluster at home up to #Grafana #cloud over #OTLP for shipping #traces 🎉 . Next up:
* Figure out how to do a better presentation in Grafana
* Optimize OTEL collection deployment, work out all the issues etc

Then the real fun begins. As I have two WIP packages to bring out:
* One for @reactphp 's filesystem
* And one for Bunny

Both of those need to be refined, but with Shawn Maddock's (github.com/smaddock) initial push in this direction and help

Success! Build a high performance scalable #AWS #S3 file uploader in #PHP using #ReactPHP for the next versions of the wyrimaps.net/wow/ map tiles. It only does error files for the CDN. So hitting it now will always show the same image, whatever URL you use. But next up are nearly half a million images. Step after that is to build a UI that lets me select the parts of the map to upload and ignore the rest.

I finally managed to build an FTP-Server on top of @reactphp! Thanks @wyri for your help and nudging me into the right direction!

It's not (yet) fully supporting all FTP-commands but the main brickwork is laid and it works for my use-case.

If you are interested: Find the package at packagist.org/packages/stella-

packagist.orgstella-maris/ftpforwarder - PackagistForward FTP-transmitted files to a custom data-backend

Question for the ReactPHP-cracks here:

I opened a TCPServer on Port 12001. there'S a 'connection' and a 'data' event handler. When I connect to the port the `connection` one get's triggered. But whatever I send over the wire, the 'data'. handler is never triggered...

What am I doing wrong or what do I need to take care of?

Added complexity: ReactPHP runs inside a container (port is published and seems to be open as I can send data to it...

And hint (to channel?) appreciated...