You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maybe let's first think about how letusorderit is intended to work:
a) core part with models, controllers, only interface to outer world is a REST/JSON web api (no userinterface, no direct communication with user)
b) separate part that has a user interface that talks to the core part via REST api. web UI or IRC or OS specific clients. User deals with UI part, UI part's code talks to core part via REST.
So, with a strict separation, the UI part would need to accept the uploaded file and then feed it via REST calls to the core part, which is inefficient for everything else than small files. If you optimize that so the user directly talks to the core part for up/downloading files, it's not really separate any more...
We could follow the same path as letusorder it.
Create and work on the server as an engine and move the ui to another project.
Like bepasty-client-cli, bepasty-client-android/io
-> bepasty-client-web
The text was updated successfully, but these errors were encountered: