Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 639 Bytes

File metadata and controls

34 lines (27 loc) · 639 Bytes

Devup API

Command

Release Build

pnpm build

Test

pnpm build:debug && pnpm test
graph TD
;
    Core(Rust Core) --> PythonCore(Python Server Core);
    PythonCore --> FastApiBinding(FastApi Binding);
    PythonCore --> DjangoBinding(Django Binding);
    PythonCore --> FlaskBinding(Flask Binding);
    Core --> NodeCore(Node Server Core);
    NodeCore --> ExpressBinding(Express Binding);
    Core --> Front(Front);
    Front --> Api;
    Front --> Webpack;
    Front --> Vite;
    Api --> React;
    Core --> JvmCore(Java/kotlin Server Core);
    JvmCore --> SpringBinding(Spring Binding);
Loading