mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #26] Document usability of Node.js packages #18
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @benwiley4000 on GitHub (Feb 21, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/26
My biggest question going into this is whether any arbitrary Node.js package (including native bindings) can be required and used as with Electron. Based on this example which uses
fsI believe that's the case. If so, that may be worth documenting in the list of "Features" (makes a difference for me if I have access to Node implementations of browser JS APIs like web audio).@parro-it commented on GitHub (Feb 22, 2018):
See #20
TLDR: yes, you can use node modules.
I also think that a small remark in documentation would be useful...