サイトの構築。作品の販売。ブログの投稿。この他にもさまざまな機能があります。 ログイン サイトをはじめよう 非公開サイト このサイトは現在プライベート設定になっています。
Taking Baby Steps with Node.js – Threads vs. Events In a previous blog post, I provided a shallow introduction to Node.js. I also mentioned where you can find more information on how to get it installed on Windows as well as how to install a seemingly popular package manager in the JavaScript community called Npm. In the mean time, I?ve started to get a more clearer view on the general concepts on
node.js は 1スレッド¶ node.js はイベントループという仕組みによって実行されています. Event1 -> Event2 -> Event3 -> ... と実行されていく中で、途中のイベントが例外を処理し損ねた場合はプロセス全体が停止します. 次のスクリプトは必ず5秒後にプロセスが停止します. function loop(a){ console.log(a); setTimeout(loop, 1000, a + 1); } setTimeout(function(){ console.log('start'); loop(0); }, 0); setTimeout(function(){ throw "Stop" }, 5000);
This post was originally published on the New Bamboo blog, before New Bamboo joined thoughtbot in London. Websockets-based activity dashboard app. Read on to know more about the ideas behind it In this post I’ll attempt to summarise some patterns for designing event-based Javascript applications extracted from our projects and previous blog posts on the subject. I’ll end with an overview of the te
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く