Skip to content
Semyon Gritsenko edited this page Oct 20, 2024 · 9 revisions

Available APIs

C++

Installation

Linux

curl -s --compressed "https://LazyPanda07.github.io/web_framework_ppa/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/web_framework_ppa.gpg >/dev/null
sudo curl -s --compressed -o /etc/apt/sources.list.d/web_framework.list "https://LazyPanda07.github.io/web_framework_ppa/web_framework.list"
sudo apt update
web-framework

Package with shared libraries for running production web application

web-framework-dev

Package for development with public API

web-framework-static-dev

Package for development with static linking

Windows

Download latest release

C

Installation

Linux

curl -s --compressed "https://LazyPanda07.github.io/web_framework_ppa/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/web_framework_ppa.gpg >/dev/null
sudo curl -s --compressed -o /etc/apt/sources.list.d/web_framework.list "https://LazyPanda07.github.io/web_framework_ppa/web_framework.list"
sudo apt update
web-framework

Package with shared libraries for running production web application

web-framework-dev

Package for development with public API

Windows

Download latest release

Python

Installation

Windows

pip install web_framework_api

Linux

pip3 install web_framework_api

Sample

Small guide for running first WebFramework web application

C# (.NET 8.0)

Installation

Install via Nuget

Sample

Small guide for running first WebFramework web application

Flutter (Windows, Android)

Installation

Add that line in pubspec.yaml in dependencies section

web_framework_flutter_api: ^1.0.0

Sample

Small guide for running first WebFramework web application