weblink icon indicating copy to clipboard operation
weblink copied to clipboard

Exploratory: Alternative Node.js target implementation

Open Frixuu opened this issue 1 year ago • 1 comments

This approach requires app devs to depend on deasync, a small native Node module that allows some of the code to be blocking.

Additionally:

  • Made TCP dependency more obvious, since it is the main thing that needs to be ported between targets
  • Adjusted test cases to work on both Node and Hashlink (but did not move them to a testing framework like utest/tink/buddy)
  • Updated editor configuration and CI workflow
  • The library still works on Haxe 4.2.0 (released February 2021)

Frixuu avatar Sep 22 '24 12:09 Frixuu

Hey sorry going to go through and review all of your prs now. I greatly appreciate the effort you put into them @Frixuu , and I hope to get them all merged very swiftly, as I like the direction of the pull requests, and you have written very nice code.

PXshadow avatar Sep 27 '24 00:09 PXshadow