[TIMOB-18584] TiAPI: Create Node-compatible os module API
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2018-12-19T19:23:45.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 8.0.0 |
| Components | TiAPI |
| Labels | n/a |
| Reporter | Christopher Williams |
| Assignee | Christopher Williams |
| Created | 2015-02-17T22:51:21.000+0000 |
| Updated | 2019-03-19T13:10:07.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.
http://nodejs.org/api/os.html
Tony Lukasavage's very old JS implementation: https://github.com/tonylukasavage/titanium-os
Verified with SDK 8.0.0.v20190123061938. Closing.
Is there some documentation around this I can refer to for understanding what node modules have been Ti-fied?