Skip to content

v0.1.0 Alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@joeygrover joeygrover released this 27 Nov 19:13
· 1305 commits to develop since this release

Very early alpha release. Library will allow apps to connect and register to Core. RPCs can be created manually using the RPC classes for those that don't yet exist in the library.

In order to test the pure JavaScript library a proxy will have to be used to allow a connection from a websocket client to an already implemented transport in Core. Attached to this release is a Java program that will host a websocket server on port 5050 and connect to TCP server with the provided ip and port. Run the the program with the following command example:

java -jar proxy.jar [ip] [port]

Replace ip and port with the core instance, for example java -jar proxy.jar m.sdl.tools 1234