[TIMOB-27290] TiAPI: Create Node-compatible https 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:37:30.000+0000 |
Updated | 2019-07-29T14:41:11.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/https.html
Some of the http module - specifically the http client - could map to similar APIs as our existing docs.appcelerator.com/titanium/3.0/#!/api/Titanium.Network.HTTPClient
No comments