1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/docs/liblokinet-dev-guide.md
2021-12-10 16:42:13 -05:00

12 lines
374 B
Markdown

# Embedding Lokinet into an existing application
When all else fails and you want to deploy lokinet inside your app without the OS caring you can embed an entire lokinet client and a few of the upper network layers into your application manually.
## Why you should avoid this route
`// TODO: this`
## When you cannot avoid this route, how do i use it?
`// TODO: this`