[TIMOB-18586] TiAPI: Create Node-compatible http 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 | Unknown |
| Created | 2015-02-17T22:54:20.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.
http://nodejs.org/api/http.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