1.0.6 • Published 2 years ago

mpssserver-client v1.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

mpsserver-client

This library is a TypeScript client for MPSServer.

Most classes are generated from a description of the MPSServer protocol available in the MPSServer protocol.

Generation process

Within MPS one should generate the solutions containing the protocol, i.e. instances of concept WebSocketsAPIsGroup. At this moment those solutions are:

  • com.strumenta.mpsserver.server
  • com.strumenta.mpsserver.modelix

Within those solutions, in the sourcegen directory one will find XML files describing the protocol. These files will have the name "wsprotocol*.xml"

These files are read by the generator (generator-src/generator.ts) and used to generate code under src/gen.

The generator can be invoked in this way:

ts-node generator-src/generator.ts ~/repos/mpsserver
1.0.6

2 years ago

1.0.5

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

0.1.0

3 years ago