Skip to content

WiresWare/wire_haxe

Repository files navigation

Wire - communication and data layers

Haxe implementation and examples of shared code

Build API usage (code in /src) to JS, Java, C++, C# (build targets in /builds/*.hxml)

  1. npm install
  2. grunt

Build Examples with shared code:

  • JavaScript - Counter - JS: npm run example:counter:js:dev code in folder: "example/web/counter/js/src/index.js", then enjoy live reload