-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Running a standalone frontend. #6560
Comments
Why? |
Because the architectures like microservice or blockchain of applying theia, on most time they’re not necessarily required backend. The backend and frontend should be pluggable. |
Theia is not designed to run without the backend. It relies on many JSON-RPC services, e.g. to provide languages or filesystem access. In theory, if you can reimplement them when it is possible, but it would be a lot of development and maintenance work. |
thx. |
Description
How to run a standalone frontend without theia backend.
Reproduction Steps
OS and Theia version: 0.12
Diagnostics:
The text was updated successfully, but these errors were encountered: