Switching to an SDK-based design #79
Labels
No labels
Brainstorm
Parent
bug
duplicate
enhancement
help wanted
idea
invalid
project/backend
project/frontend
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/fej#79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The frontend is currently tailor-made to connect with the backend. This however limits the options for creating new applications that might integrate with the API in different ways.
Therefore, I propose a change of operations: we (once again) split the project, but this time into three repos. One for the (Rust) backend, one for a TypeScript SDK to interact with a Fej API, and one for the frontend. This frontend would then use the SDK to interact with the server, completely separating their concerns.