62
edits
(→Main Areas: replace) |
(→Future Efforts: move contents here) |
||
| Line 22: | Line 22: | ||
== Future Efforts == | == Future Efforts == | ||
[[ServerJS/ | === Low-level APIs === | ||
This is the collection of APIs that we'd like to see behaving consistently across JavaScript interpreters. | |||
* [[ServerJS/Runtime_Services|Language and Runtime Services]] | |||
* [[ServerJS/Sockets|Socket I/O]] (TCP/IP) | |||
* [[ServerJS/Command_Line|Command line processing]] | |||
* [[ServerJS/Logging|Logging]] | |||
* [[ServerJS/RDBMS|Relational database interface]] | |||
* ResultSets (collections of data maybe from RDBMS, maybe from other sources) | |||
* [[ServerJS/WSGI|Web server to application interface]] (plus middleware) | |||
* [[ServerJS/Concurrency|Concurrency]] | |||
=== High-level APIs === | |||
This is the collection of APIs that implement common functionality on top of the low-level API. | |||
* [[ServerJS/HTTP_Client|HTTP client]] APIs | |||
* [[ServerJS/Email|Email]] | |||
* [[ServerJS/XMPP|Jabber (XMPP)]] | |||
* [[ServerJS/i18n|Internationalization]] | |||
* [[ServerJS/Unit_Testing|Unit testing]] | |||
== Further Reading == | == Further Reading == | ||
edits