Skip to content

Commit

Permalink
added binding docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Akilan1999 committed Dec 15, 2023
1 parent 8ccdcae commit 751f1b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Docs/Bindings.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 751f1b1

Please sign in to comment.