W
W
Wonddez2015-05-20 19:34:01
PHP
Wonddez, 2015-05-20 19:34:01

How to transfer data from PHP to Go and receive it back?

Good evening.
A question arose:
How can I pass a parameter to Go or another language, and return it back to PHP after processing?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Stalker_RED, 2015-05-20
@Stalker_RED

In addition to REST, you can use messages , sockets, shared memory , databases, files in the end. It depends on what you want to achieve and what architecture.

M
Maxim Grechushnikov, 2015-05-20
@maxyc_webber

restfull

A
Artem, 2015-05-20
@artem_kovardin

You can transmit over sockets or use queues, such as ZMQ. An example can be found here (see paragraph "PHP Application")

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question