You cannot post messages because only members can post, and you are not currently a member.
Description:
Creating a common JavaScript library with a focus on non-browser (ie server-side, command line, desktop) functionality.
|
|
|
Best Server Side Synchronous Implementations
|
| |
I have recently set up a V8cgi server and I think it is great but I want to make sure I do all my research before committing a lot of time to my project. My goal is to get an idea of what other CommonJS implementations would also be worth considering. I wish the synchronous server side javascript community was less fragmented... more »
|
|
CommonJS at JS.everywhere(2012)
|
| |
Hi,
As you might remember, I asked last year the participation of CommonJS members to propose talks at Wakanday also known as JS.everywhere conference.
[link]
We had the honor to propose presentations from Christoph Dorn, Oleg Podsechin, Hannes Wallnöfer, and I also mentioned CommonJS in my own talk.... more »
|
|
W3C Community Group: "Client & Server JavaScript APIs"
|
| |
Hi, some times ago I added some W3C/HTML5 APIs as references to look at for the design of server-side APIs I tried to propose a Server-side adapted version of XMLHttpRequest and encouraged the support of "console". We also have on the wiki a proposal to support Web Workers via the Worker module.... more »
|
|
System.platform
|
| |
For the next version of the System spec (1.1?), I propose to clear up
some of the confusion around the 'platform' member with the following:
The 'system' module MUST export:
'platform' - a String or String-coercible object representing the
vendor-specific implementation of the CommonJS spec (narwhal, v8cgi,... more »
|
|
Suggestions needed for scripting language
|
| |
Would be very interested to hear what others recommend as a good
implementation of JavaScript to use as a cross-platform scripting
language. Would like to port some of my batch, bash and Perl scripts
over to one language, JavaScript. I've been checking through the
JavaScript implementations mentioned at the CommonJs wiki and some... more »
|
|
proposal: validate module
|
| |
Hi Guys,
I checked the list and I'm pretty sure nobody else has suggested this,
but I'm sorry if this is a repeat.
I'd like to propose a new standard module for runtime argument
validation based on the apache commons Validate object.
'validate' would be a module much like the unit testing 'assert'... more »
|
|
Manifest.json Package.json
|
| |
There is a lot of overlap between Chrome Application Manifests and CommonJS and NPM package descriptions. This might be intent or convergent evolution—I don’t know. [link] [link] [link] The only major divergence is "name", which precludes consolidating the... more »
|
|
JSGI B
|
| |
I have created a Node.JS implementation of JSGI B ( [link] ) and I have a branch of Bogart that works with it, mostly ( [link] ). The spec is at my fork of Kris Kowal's UncommonJS ( [link] )... more »
|
|
|