Aurel300 / ammer

Unified FFI for Haxe native extensions
https://aurel300.github.io/ammer/
MIT License
116 stars 15 forks source link

Please consider bring an complete examples use ammer #16

Open sonygod opened 5 years ago

sonygod commented 5 years ago

[wish librarys]Please consider bring a complete example use ammer

current Hashlink has Libuv socket framework, but there is no WebSocket framework.

Maybe consider importing uWebSockets or Libwebsockets to showcase what ammer can do.

Aurel300 commented 5 years ago

Yes, it is planned. Both of the libraries you mention might be quite heavy-duty to start off with. I think wrapping Lua with ammer (for a Lua runtime in any ammer target) might be the first step, since the interface is quite minimal. A new SteamWrap is also planned.