Skip to content

odys-z/Anclient

Repository files navigation

License

About

Clients of semantic-*. Including a Java and Javascript version. The C# version is also been verified.

  • Anclient.ts

npm @anclient/semantier

together with

npm @anclient/anreact (and a VS Code plugin for HTML page editing Anprism)

  • Anclient.java

Maven Central Anclient for Java

Repository Structure

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).

Examples

  • 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.

Document

Anclient Documents