mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
12 lines
374 B
Markdown
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`
|