Tutorials¶
Learning-oriented lessons that take you from zero to a working 2P-Kt program, one step at a time. Start here if you're new to 2P-Kt.
Suggested reading order¶
All three tutorials build the same running example (a family-tree knowledge base), so pick the one for your host language — you don't need to read all three:
- Getting started with Kotlin — the native, most idiomatic way to use 2P-Kt.
- Getting started with Java — using 2P-Kt from plain Java.
- Getting started with JavaScript — using 2P-Kt from JS/Node.