822 B
822 B
Title: List of project files Date: 2025-10-02 Category: News Slug: display-files Lang: en
Displaying project files
In September I created the new draft version of PSKOV 2, which now consists of two parts: web client + web server:
- the web server provides access to files on disk using Local Host Access format to the web client
- the web client provides UI for a human to manage site's contents
Logic is in Kotlin. Then Kotlin code is translated to JavaScript for both Node.js and web browser. Using Kotlin as an anchor language finally started to bare fruits.
October
In October I plan to add Markdown file viewer functionality.