https://github.com/eclipsesource/glsp-tutorial
https://github.com/eclipsesource/glsp-tutorial
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eclipsesource/glsp-tutorial
- Owner: eclipsesource
- License: mit
- Created: 2021-04-07T14:34:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T16:06:24.000Z (over 4 years ago)
- Last Synced: 2025-03-24T09:52:50.642Z (over 1 year ago)
- Language: TypeScript
- Size: 690 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GLSP Tutorial
## BETA VERSION
This tutorial is currently in an open beta version. There might be issues and glitches in the current version of the tutorial. We are very happy for any feedback and will do our best to address your feedback. Please [report issues](https://github.com/eclipsesource/glsp-tutorial/issues/new/choose) on this repository to provide feedback!
## Eclipse Graphical Language Server Platform (GLSP)
The [Graphical Language Server Platform (GLSP)](https://github.com/eclipse-glsp/glsp) provides extensible components for the development of diagram editors including edit functionality in (distributed) web-applications via a client-server protocol.
This repository contains the necessary files for following the tutorial based on the [GLSP Examples](https://github.com/eclipse-glsp/glsp-examples) repository. The tutorial will be displayed inside the [Tutorial Maker Extension](https://open-vsx.org/extension/EclipseSource/tutorialmaker).
## Start Tutorial
Install the [Tutorial Maker Extension](https://open-vsx.org/extension/EclipseSource/tutorialmaker), clone this repository and open it (using VS Code or Eclipse Theia). If you do not use Open VSX as a source of extensions, [download the tutorial extension](https://open-vsx.org/extension/EclipseSource/tutorialmaker) (follow the link and click on "download") and install it manually as vsix.
Alternatively:
### [Start tutorial with GitPod](https://gitpod.io/#https://github.com/eclipsesource/glsp-tutorial)

## License
- [Eclipse Public License 2.0](LICENSE)
- [The MIT License](https://opensource.org/licenses/MIT)
[](https://gitpod.io/#https://github.com/eclipsesource/glsp-tutorial)