Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/LinusU/swift-napi-bindings


https://github.com/LinusU/swift-napi-bindings

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# N-API Swift Bindings

This package provides bindings to the [Node.js N-API](https://nodejs.org/api/n-api.html) so that you can build Node.js Addons in Swift.

**Note:** This is very much a work in progress, expect the API to change drastically between versions! I'll be adding documentation for how to get up and running, and building addons soon™

See some simple examples here: [LinusU/swift-node-addon-examples](https://github.com/LinusU/swift-node-addon-examples)