Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jzombie/temp-zombie-procreator
https://github.com/jzombie/temp-zombie-procreator
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jzombie/temp-zombie-procreator
- Owner: jzombie
- License: mit
- Created: 2021-07-30T15:50:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T15:15:51.000Z (about 3 years ago)
- Last Synced: 2024-01-01T05:12:05.611Z (11 months ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenFS Core (prototype)
Prototype shared filesystem mapper.
Work-in-progress; don't use
## Scratchpad
- r/w permissions
- valid filenames / directory names
- inode objects
- url -> filename conversion
- change callbacks
- retrieval callbacks -> content not stored in fs itself
- core should run in all JS environments### Node.js specific ideas (incl. + Electron)
- https://www.npmjs.com/package/chokidar (Minimal and efficient cross-platform file watching library)