Updated Architecture (markdown)

Dimitri Witkowski 2020-06-01 17:17:12 +02:00
parent 851473517f
commit 2b52becd80
1 changed files with 1 additions and 1 deletions

@ -103,4 +103,4 @@ Desktop apps are packaged with [electron-packager](https://github.com/electron/e
## Native modules
KeeWeb is using native modules ([node.js C++ addons](https://nodejs.org/api/addons.html#addons_context_aware_addons)) in desktop apps. All modules used in KeeWeb are compiled in [keeweb-native-modules](https://github.com/keeweb/keeweb-native-modules) repository.
KeeWeb uses native modules ([node.js C++ addons](https://nodejs.org/api/addons.html#addons_context_aware_addons)) in desktop apps. All modules used in KeeWeb are built in [keeweb-native-modules](https://github.com/keeweb/keeweb-native-modules) repository.