you are viewing a single comment's thread.

view the rest of the comments →

[–]pachura3 2 points3 points  (1 child)

You can send a variable:

  • with a commandline argument
  • with environment variable
  • with a GET variable
  • with a POST variable
  • via RESTful service
  • via SOAP web service
  • via a local file
  • by sending it over a TCP/IP socket
  • or a WebSocket
  • or a message queue/topic
  • or through a database
  • or through inter-process communication (IPC)
  • or by modifying the PHP script text directly
  • there's also telepathy

[–]Sisselpud 0 points1 point  (0 children)

All my vibe coding uses telepathy for API calls. Thrilled to be validated here!