Switching to an SDK-based design #79
Labels
No Label
Brainstorm
Parent
bug
duplicate
enhancement
help wanted
idea
invalid
project/backend
project/frontend
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/fej#79
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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.