[nodejs] Re: Use of Node / Express / MongoDB for a e-commerce website?

2015-05-09 Thread yota
在 2012年10月22日星期一 UTC+8下午5:50:31,guzelgoz写道: Hi there, I am planning to use ExpressJS MongoDB for a e-commerce website for something that would have similar functionalities like groupon. Clients would simply view the various pages and be able to purchase or book some of the offers -

[nodejs] Re: Announcement: CMake.js - a Node.js/io.js native addon build tool

2015-05-09 Thread Peter Rust
Looks very cool Gabor -- thanks for your work on this! -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message

[nodejs] V8 deoptimizations

2015-05-09 Thread Ω Alisson
Does anyone knows if the V8 engine on latest io.js still deoptimizes generators, const and let? -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules:

[nodejs] Re: How can I run an interactive shell command?

2015-05-09 Thread 侯志良
require('child_process').spawn('less', ['Cakefile'], { stdio: 'inherit' }); 在 2011年11月10日星期四 UTC+8上午11:39:43,Stuart Rackham写道: Hi I want to run an interactive console shell command; wait for the user to exit; then continue i.e. the same as if you were running it manually from the

Re: [nodejs] V8 deoptimizations

2015-05-09 Thread Fedor Indutny
Doesn't seem to be! $ ./iojs --trace-deopt -e 'function* a() { yield 1}; var x = a(); console.log(x.next())' [deoptimize global object @ 0x243990e18d41] { value: 1, done: false } NOTE: this global object thing is unrelated, and happens anyway. On Sat, May 9, 2015 at 5:33 AM, Ω Alisson

Re: [nodejs] Streaming Videos with nodejs

2015-05-09 Thread Ryan Schmidt
On May 9, 2015, at 2:23 AM, Sam wrote: I have tried to stream videos with node like youtube with the help html5. Do you have a question? -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: