commonjs.org is a domain that was created on 2009-08-25,making it 15 years ago. It has several subdomains, such as wiki.commonjs.org , among others.
Discover commonjs.org website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site
HomePage size: 29.67 KB |
Page Load Time: 0.127004 Seconds |
Website IP Address: 172.67.129.30 |
CDISC WIKI wiki.cdisc.org |
Wiki :: Wiki/Home wiki.horde.org |
Celebrity | Wiki, Informations & Facts – Official Stars, Business & people Wiki : discover exclusive wiki.celebrity.fm |
Welcome to the Multiparty computation (MPC) wiki. ? - MPC wiki wiki.mpcalliance.org |
Main Wiki Page - wiki.Alumni.NET wiki.alumni.net |
Psychology Job Wiki 2023-2024 - Psychology Job Wiki psychjobsearch.wikidot.com |
Garry's Mod Wiki - Garry's Mod Wiki wiki.garrysmod.com |
Numenera Wiki - Official Torment Wiki numenera.gamepedia.com |
Ezvid Wiki: The World's Video Wiki wiki.ezvid.com |
CLG Wiki's Dream Logos Home Page - CLG Wiki's Dream Logos dreamlogos.wikifoundry.com |
Final Fantasy XIV Online Wiki - FFXIV / FF14 Online Community Wiki and Guide ffxiv.consolegameswiki.com |
CommonJS Spec Wiki wiki.commonjs.org |
Promises - CommonJS Spec Wiki https://wiki.commonjs.org/wiki/Promises |
ProposalProcess - CommonJS Spec Wiki https://wiki.commonjs.org/wiki/ProposalProcess |
RDBMS - CommonJS Spec Wiki https://wiki.commonjs.org/wiki/RDBMS |
CommonJS Spec Wiki https://wiki.commonjs.org/wiki/CommonJS |
Filesystem - CommonJS Spec Wiki https://wiki.commonjs.org/wiki/Filesystem |
Unit Testing - CommonJS Spec Wiki https://wiki.commonjs.org/wiki/Unit_Testing |
Console - CommonJS Spec Wiki https://wiki.commonjs.org/wiki/Console |
Modules - CommonJS Spec Wiki https://wiki.commonjs.org/wiki/Modules |
DateTime - CommonJS Spec Wiki https://wiki.commonjs.org/wiki/DateTime |
C API - CommonJS Spec Wiki https://wiki.commonjs.org/wiki/C_API |
A commonjs.org. 294 IN A 104.21.2.112 |
AAAA commonjs.org. 293 IN AAAA 2606:4700:3034::6815:270 |
NS commonjs.org. 21600 IN NS rommy.ns.cloudflare.com. |
SOA commonjs.org. 1800 IN SOA rommy.ns.cloudflare.com. dns.cloudflare.com. 2340151894 10000 2400 604800 1800 |
Date: Tue, 14 May 2024 12:57:20 GMT |
Content-Type: text/html; charset=UTF-8 |
Transfer-Encoding: chunked |
Connection: keep-alive |
x-powered-by: PHP/5.6.40 |
x-content-type-options: nosniff |
content-language: en |
x-ua-compatible: IE=Edge |
vary: Accept-Encoding,Cookie |
Cache-Control: s-maxage=18000, must-revalidate, max-age=0 |
last-modified: Tue, 14 May 2024 03:51:08 GMT |
x-do-app-origin: a36f1cc4-afc2-4443-8274-1f849ce3f18b |
x-do-orig-status: 200 |
CF-Cache-Status: DYNAMIC |
Age: 14772 |
Report-To: "endpoints":["url":"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=v6A0N5S9CLoqStW22BfgNBHv4omPc8zVOtTPh7lW6F%2BJKtnQkYtjV4HOViKzEvM7dVj5J6xqQdS7F0I8KI%2FPnBoHCH4thnt2KJ4aGOwqJCFK%2FjLLr5SlzqdbHSk9Tt%2BLT908V14Vp31h5ETm4d%2BksQ%3D%3D"],"group":"cf-nel","max_age":604800 |
NEL: "success_fraction":0,"report_to":"cf-nel","max_age":604800 |
Server: cloudflare |
CF-RAY: 883b0db10f8371d5-LHR |
alt-svc: h3=":443"; ma=86400 |
charset="utf-8"/ |
content="MediaWiki 1.24.1" name="generator"/ |
content="" name="ResourceLoaderDynamicStyles"/ |
CommonJS From Jump to: navigation , search Welcome to CommonJS , a group with a goal of building up the JavaScript ecosystem for web servers, desktop and command line apps and in the browser. This wiki is a starting point for collecting up ideas, any draft API suggestions for the CommonJS group . Discussions occur on that mailing list and on IRC (#commonjs on freenode) . Contents 1 Meta 2 Current Efforts 3 Future Efforts 3.1 Low-level APIs 3.2 High-level APIs 4 Implementations 4.1 In development 5 Tests 6 Further Reading 7 Wiki Meta Introduction FAQ Process Target Platforms Coding Standards Current Efforts This is a list of issues currently being discussed / standardized. They come from the "Low level" department, as we need to have solid basics prior to building a tower. Uniform Baseline / Globals (discussion) Modules ( 1.1.1 ) binary : Binary Data Objects (byte arrays and/or strings) (proposals, discussion, early implementations) encodings : Encodings and character sets (proposals, discussion, early implementations) io : I/O Streams (proposals, discussion) fs , fs-base : Filesystem (proposals, discussion, early implementations) system : System Interface (stdin, stdout, stderr, &c) ( 1.0 , amendments proposed) assert , test : Unit Testing ( 1.0 , amendment proposals pending) sockets : Socket I/O TCP/IP sockets (early proposals) event-queue : Reactor Reactor/Event Queue (early proposals) worker : Worker Worker (concurrent shared nothing process/thread) (proposal) console : console (proposal) Packages ( 1.0 ) Package Mappings (proposal) Web Server Gateway Interface (JSGI) (proposals, discussion, early implementations) Promises (proposal) Pending Business / Calls for Action / Status Report Future Efforts Low-level APIs This is the collection of APIs that we’d like to see behaving consistently across JavaScript interpreters. Language and Runtime Services Logging Relational database interface ResultSets (collections of data maybe from RDBMS, maybe from other sources) Concurrency String / ByteString I/O C unified API to our Target Platforms Subprocesses (popen) High-level APIs This is the collection of APIs that implement common functionality on top of the low-level API. HTTP client APIs Email Jabber (XMPP) Internationalization Promise Manager Command line processing Implementations Implementations Standards Proposals and standards in development In development mob is implementing SecurableModules in Ejscript http://www.ejscript.org pmuellr posted a sample loader for SecurableModules: http://wiki.github.com/pmuellr/modjewel atul varma has a SecurableModule implementation for Python/Spidermonkey: http://hg.toolness.com/pydertron/raw-file/tip/docs.html Alexandre implements several commonJS standards in Wakanda (SquirrelFish) http://www.wakandasoft.com Titanium is in the process of adding support for CommonJS. http://www.appcelerator.com Tests CommonJS tests compatible with this test framework . Further Reading Existing APIs Infrastructure High Level Tools Random Links Wiki Dumps Retrieved from " https://wiki.commonjs.org/index.php?title=CommonJS&oldid=5822 " Navigation menu Personal tools Log in Request account Namespaces Page Discussion Variants Views Read View source View history More Search Navigation CommonJS Implementations FAQ Mailing List IRC IRC Via Mochabot IRC Logs CommonJS.org Recent changes Random page Tools What links here Related changes Special pages Printable version Permanent link Page information Browse properties This page was last modified on 9 October 2011, at 19:22. This page has been accessed 835,332 times. Privacy policy About...
Domain Name: commonjs.org Registry Domain ID: 4028e7283dd24d2e891843bbef75c006-LROR Registrar WHOIS Server: http://whois.rrpproxy.net Registrar URL: http://www.key-systems.net Updated Date: 2023-10-09T16:43:21Z Creation Date: 2009-08-25T16:43:03Z Registry Expiry Date: 2024-08-25T16:43:03Z Registrar: Key-Systems GmbH Registrar IANA ID: 269 Registrar Abuse Contact Email: abuse@key-systems.net Registrar Abuse Contact Phone: +49.68949396850 Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited Registrant Organization: Chris Zumbrunn Ventures Registrant Country: CH Name Server: rommy.ns.cloudflare.com Name Server: veda.ns.cloudflare.com DNSSEC: unsigned >>> Last update of WHOIS database: 2024-05-17T21:46:41Z <<<