You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/docs/liblokinet-dev-guide.md

12 lines
374 B
Markdown

2 years ago
# 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`