Skip to content

Commit

Permalink
Minor edits to slide deck
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongin committed Nov 9, 2023
1 parent 4bb12b6 commit 931c51b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Docs/presentation2.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ While some limited solutions exist, there are opportunities to do better in many
---
## Primary .NET / JS Interop scenarios
- Dynamically invoke .NET APIs from JS.
- Develop Node.js addon modules in C#.
- Develop Node.js addon modules in C# (runtime-dependent or Native AOT).
- Host a JS runtime within a .NET app and call JS APIs from .NET.
- Develop React Native apps and extensions in C# with JS interop.

Expand Down Expand Up @@ -220,18 +220,19 @@ Numbers are _microseconds_. "Warm" is an average of 10000 .NET -> JS calls (pass

---
## Project status
- Available for early experimentation
- Currently in public preview
- Send feedback, bug reports to [microsoft/node-api-dotnet/issues](https://github.com/microsoft/node-api-dotnet/issues)
- Help prioritize areas for improvement.
- Contribute PRs!
- Current limitations may block some advanced interop scenarios.
- NOT production ready

---
## Roadmap
Major development areas:
- More marshalling: events, generics, ...
- Add support for extension methods, .NET events, better overload resolution
- Custom marshalling
- API review / refinement
- More test coverage
- Explore interop with WinRT, WASM

Project backlog: https://github.com/orgs/microsoft/projects/779

0 comments on commit 931c51b

Please sign in to comment.