With Photino.API you can code nearly all your backend-logic in Javascript.
Here is a non exhaustive list of the available IO API methods accessible from Javascript
You can read, write files using Javascript, awesome.
Tasks to accomplish this :
- download Visual Studio Community Edition
- clone or download PhotinoAPI
- run the solution
Here is what you get :
When creating trimed executable, put this code in project file
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>partial</TrimMode>
</PropertyGroup>
If you want more informations, simply post a comment
Regards
Top comments (0)