rafi612

Results 2 comments of rafi612

### Ok, first of all we must explain a few concepts: - **NIO** - API introduced in java 1.4, using `Selectors` to handle multiple connections on one thread. When one...

Hi! Folders are already implemented in server API as "Collections". You can see source code [here](https://github.com/LibrePass/LibrePass-Server/blob/a1114e859e0c18eb08df8a8617a00d449883ecd1/client/src/main/kotlin/dev/medzik/librepass/client/api/Collection.kt). In near future we will add it to app and website.