Crates.io | nodeprovider |
lib.rs | nodeprovider |
version | 0.1.0 |
source | src |
created_at | 2019-10-16 13:39:51.4931 |
updated_at | 2019-10-16 13:39:51.4931 |
description | A content provider for 'flow' for web runtimes |
homepage | http://andrewdavidmackenzie.github.io/flow/ |
repository | https://github.com/andrewdavidmackenzie/flow/ |
max_upload_size | |
id | 173000 |
size | 16,306 |
This crate implements a node version of a content provider
that resolves URLs and
then get's the content of the url for flowclib and flowrlib.
This keeps them independant of IO operations and able to be compiled to WebAssaembly and used in other implementations (e.g. an Electron app).
Electron includes NodeJS and so it is used to interact with FileSystem, etc.
Under development.