This is a Template. Published on 29 October 2024. Updated on 08 March 2025. Package size is 39.12 MB. | A set of basic cloud functionalities for a server. The template that can serve as the foundation for your server app of the project. The template includes: - The ability to add custom server code; the ability to call asynchronous functions remotely. A CallMethod supports simple types, collections, tuples and custom structures.
- File transfer functionality. Downloading, uploading functions between servers, clients and the Storage.
- Built-in database.
- Cloud saving functions. Save strings, Load strings.
- An expandable network code that supports full-duplex messaging.
- An easy-to-use HTTP server.
- Source code of the server.
- Test app.
The code of the template is included as a basis in other templates: Avalonia UI. Methods: - SaveStrings,
- LoadStrings,
- SaveString,
- LoadString,
- GetCallMethodInfo,
- CallMethodWithCancellationToken,
- CallMethod,
- GetFilesInfo,
- GetFileInfo,
- GetDirectoryInfo,
- DownloadFiles,
- DownloadFile,
- DownloadDirectory,
- UploadFiles,
- UploadFile,
- CreateDirectory,
- DeleteFiles,
- DeleteFile,
- DeleteDirectory.
|