There are plenty of CURL examples out there
http://php.net/manual/en/curl.examples-basic.php
I am new to NodeJs but I'm currently using the Node/Express framework. Can you not just create an endpoint?
Apologies if I have misunderstood.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm working on a small chat application, and I was looking into group chats. Now what I would like, is to send a "join" request with all invited members of a chat to nodeJS, but instead of doing this with Javascript, I would like to handle it with PHP cUrl. But I have no idea what the cUrl request should look like, or how I would even catch this in nodeJS. Any tips / hits or packages I should look at that would make this easier?
Thanks in advance
Please or to participate in this conversation.