directory
Version:
v0.17.0
Opens a new window with list of versions in this module.
Published: Sep 30, 2020
License: Apache-2.0
Opens a new window with license information.
README
¶
Go
$ go build -o plugin-client client/plugin.go
$ go build -o plugin-server server/go/plugin.go
$ ./plugin-client 2> /tmp/1
response body: hello go
Python
$ go build -o plugin-client client/plugin.go
$ pyinstaller -F server/python/plugin.py
$ cp dist/plugin plugin-server
$ ./plugin-client 2> /tmp/1
response body: hello python
Directories
¶
|
|
server
|
|
|
|
Click to show internal directories.
Click to hide internal directories.