Replies: 1 comment 2 replies
-
Hi Pagina, You are right, the Basically, The server is independent from all of that and needs to run and expose a port alongside the Theia application.
If you want to use this diagram extension now in the context of Theia Blueprint, you have two options:
For approach 2, you'd move There might be some additional configuration changes required (tsconfig), but roughly that should work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I try to develop an extension on theia blueprint, this extension is a glsp diagram. I have seen documents about glsp and theia-integration. But that demo is using glsp as the main program, in my application glsp is just an extension, I have some other extensions in my program. I am not very sure about the architecture of glsp as an extension. Should I develop one glsp-client as an extension and one glsp-server as another extension? or I create one extension which contains the client and server?
I use node-json-theia solution. any experienced person can give some advice, thank you very much
Beta Was this translation helpful? Give feedback.
All reactions