(no title)
anonymouse008 | 1 year ago
I’m not smart enough to understand this. I love swift, vapor and node individually, I don’t get it together
anonymouse008 | 1 year ago
I’m not smart enough to understand this. I love swift, vapor and node individually, I don’t get it together
wk_end|1 year ago
vips7L|1 year ago
demondemidi|1 year ago
NodeJS has had FFI for over a decade that allows you to call functions in .dylib/.a/.dll on Mac/Linux/Windows. I've used it extensively to link with libraries provided by USB device manufacturers to avoid direct USB interfacing.
See:
https://www.npmjs.com/package/ffi
This let's you call Node from inside Swift.
robmccoll|1 year ago
brailsafe|1 year ago