[TIMOB-27285] TiAPI: Create Node-compatible stream module API
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | TiAPI |
| Labels | n/a |
| Reporter | Christopher Williams |
| Assignee | Christopher Williams |
| Created | 2019-07-29T14:26:25.000+0000 |
| Updated | 2019-07-29T14:41:10.000+0000 |
Description
It'd be useful to create equivalents of some of the core Node modules in Titanium so that users could port/re-use node codebases on mobile devices. Some of the more common modules could map relatively easily to devices, and would be worth investigating.
https://nodejs.org/api/stream.html
Stream is required to eventually support
fs's createReadStream/createWriteStream
No comments