Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Towards a GUI: Implementing a REST API #141

Open
domna opened this issue May 19, 2023 · 1 comment
Open

Towards a GUI: Implementing a REST API #141

domna opened this issue May 19, 2023 · 1 comment
Labels

Comments

@domna
Copy link
Member

domna commented May 19, 2023

This is more of a discussion thread to follow on our discussion in the meeting. We agreed that we eventually would like to have a gui for pyElli. A first step could be to implement a REST API for pyElli to interact with any frontend. I think the best technology for us would be fastAPI.

The question here is should we integrate this directly into pyElli or should we add this as a separate package, e.g., pyRElli 😎?

@domna domna added the gui label May 19, 2023
@MarJMue
Copy link
Collaborator

MarJMue commented May 21, 2023

I quite like the idea of the external API, which allows us to keep the package as simple as possible and not develop the whole API in the main repo.

there may be a case to merge both in the future, if the API can be considered stable. This would prevent the need to update two separate packages for every new version of pyelli.

+1 for fastAPI. I like the simplicity compared to the bigger frameworks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants