NMF-GLSP
2.0.397
dotnet add package NMF-GLSP --version 2.0.397
NuGet\Install-Package NMF-GLSP -Version 2.0.397
<PackageReference Include="NMF-GLSP" Version="2.0.397" />
paket add NMF-GLSP --version 2.0.397
#r "nuget: NMF-GLSP, 2.0.397"
// Install NMF-GLSP as a Cake Addin #addin nuget:?package=NMF-GLSP&version=2.0.397 // Install NMF-GLSP as a Cake Tool #tool nuget:?package=NMF-GLSP&version=2.0.397
NMF GLSP
NMF GLSP is an implementation of the GLSP protocol by tailoring NMFs synchronization technology to graphical editors using the Graphical Language Server Protocol (GLSP).
When to use this package?
This package contains wrapper classes to expose the functionality of NMF GLSP through an ASP.NET Core Webserver project.
The minimal code to start a GLSP server for a given class YourLanguage
that implements your graphical DSL is the following:
var builder = WebApplication.CreateBuilder(args);
// Add services to the container.
builder.Services.AddWebSockets(opts => { });
builder.Services.AddGlspServer();
builder.Services.AddLanguage<YourLanguage>();
var app = builder.Build();
app.UseWebSockets();
app.MapGlspWebSocketServer("/glsp");
await app.RunAsync();
Where can I get more information?
There is a documentation website which we try to maintain that contains a few tutorials. There are publications if you want to explore the technical details. Also, please feel free to ask a question or report a bug.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- NMF-GLSP-Core (>= 2.0.397 && < 3.0.0)
-
net9.0
- NMF-GLSP-Core (>= 2.0.397 && < 3.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.397 | 76 | 2 days ago |
2.0.390 | 127 | 4 days ago |
2.0.389 | 126 | 4 days ago |
2.0.388 | 120 | 4 days ago |
2.0.377 | 164 | 12 days ago |
2.0.344 | 93 | a month ago |
2.0.341 | 93 | a month ago |
2.0.338 | 108 | a month ago |
2.0.337 | 91 | a month ago |
2.0.336 | 94 | a month ago |
2.0.334 | 97 | a month ago |
2.0.300 | 83 | 2 months ago |
2.0.273 | 93 | 3 months ago |
2.0.265 | 114 | 3 months ago |
2.0.262 | 84 | 3 months ago |
2.0.251 | 96 | 4 months ago |
2.0.245 | 88 | 4 months ago |
2.0.227 | 122 | 6 months ago |
2.0.223 | 127 | 6 months ago |
2.0.222 | 124 | 7 months ago |
2.0.221 | 114 | 8 months ago |
2.0.220 | 103 | 8 months ago |
2.0.219 | 88 | 8 months ago |
2.0.217 | 125 | 9 months ago |
2.0.216 | 109 | 10 months ago |