Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjvr/electrinode
WIP. Electron clone using modern Node and native web views.
https://github.com/tjvr/electrinode
Last synced: 3 days ago
JSON representation
WIP. Electron clone using modern Node and native web views.
- Host: GitHub
- URL: https://github.com/tjvr/electrinode
- Owner: tjvr
- Created: 2017-09-29T09:36:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T21:43:04.000Z (about 7 years ago)
- Last Synced: 2024-11-18T04:23:03.855Z (about 1 month ago)
- Language: Objective-C++
- Homepage:
- Size: 4.69 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Document-based apps
===================To write a macOS document-based app, simply add a Document Type to your Info.plist with the Class `ElectroDocument`.
Then implement the appropriate APIs I'm going to make up.