Clients of semantic-*. Including a Java and Javascript version. The C# version is also been verified.
- Anclient.ts
together with
@anclient/anreact (and a VS Code plugin for HTML page editing Anprism)
- Anclient.java
There are 3 clients in the solution:
- java
Java client (also working for Android)
- js (Typescript)
Ts client API depending on jquery. The test project is using React.
Check js/test & examples/example.js for running tests and examples.
- c#
published as nuget package (coming).
-
example.js
Examples using Anclient.js.
North Star
Example using Anclient + React.
-
example.cs
Example for Winform built upon Anclient.cs
-
example.android
Example for Android built upon Anclient.java.