added binding docs

This commit is contained in:
2023-12-15 18:33:28 +00:00
parent 8ccdcaefb5
commit 751f1b15a6

7
Docs/Bindings.md Normal file
View File

@@ -0,0 +1,7 @@
# Language Bindings
[Language bindings](https://en.wikipedia.org/wiki/Language_binding) refers to wrappers to bridge 2 programming languages. This is used in P2PRC to extend calling P2PRC functions in other programming languages. Currently this is done by generating ```.so``` and ```.h``` from the Go compiler.
## Current languages supported
- Python
## Linking process