並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 24 件 / 24件

新着順 人気順

iojsの検索結果1 - 24 件 / 24件

  • io.js - JavaScript I/O

    Run JavaScript EverywhereNode.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts. Download Node.js (LTS)Download Node.js (LTS)Downloads Node.js v20.15.11 with long-term support. Node.js can also be installed via package managers.Want new features sooner? Get Node.js v22.5.11 instead. // server.mjs

      io.js - JavaScript I/O
    • A Node in Nodes

      • io.jsについて知っていること - from scratch

        今、Node.jsに起きてることを語る上で、io.jsは避けて通れない話題でしょう。 今回のNode.js アドベントカレンダー 2014の締めを飾るために、このio.jsについて僕が知っている限りの事をまとめて書くことにします。 io.jsを知り、今後"Node"がどうなっていくのかを皆で一緒に考えていきましょう。 またこの一連のio.jsのfork騒動はOSSという特殊なプロジェクトをどう進めていくのがハッピーなのかを知る一つの教材だと思います。 OSSに関わっている皆さん、今回も長いですが、最後まで読んでもらえると幸いです。 io.js とは何か Node.jsのForkです。次のNode.jsの安定版になる、v0.12をForkしています。「アイ・オー ジェイエス」と読みます。名前の由来は木星にある四番目に大きな衛星の名前から取られました。*1 Nodeを使っている人のことをnod

          io.jsについて知っていること - from scratch
        • どうしてこうなった? Node.jsとio.jsの分裂と統合の行方。これからどう進化していくのか?

          7 principles for rich web apps And how next.js achieves these principles

            どうしてこうなった? Node.jsとio.jsの分裂と統合の行方。これからどう進化していくのか?
          • Node.js と io.js の統合は最終局面へ - from scratch

            いくつかこの何日間でニュースが出ているので紹介します。 ちなみに、 io.js と Node.js のニュースに関してはこれまで2つ書いたので、まだ良く知らない人はそれをまずはご一読ください。 yosuke-furukawa.hatenablog.com yosuke-furukawa.hatenablog.com さて、次の展開へ、という事でいくつか話があります。 「Join the Node Foundation?」 というissueが mikeal から提案される github.com issue 本文を翻訳したものを貼っておきます。 Node Foundationのためのすべての文書が揃った。 TSC Charter (技術委員会の目的) Development Policy(開発ポリシー) Convergence Plan(移行プラン) Project Lifecyle (Wor

              Node.js と io.js の統合は最終局面へ - from scratch
            • ElectronでGyazoっぽいUIを実現する - Qiita

              Electron (旧atom-shell)を使えば、JSやモダンなWeb技術を活かしてクロスプラットフォームなPCアプリを作ることができる。 APIが充実していて、Webページをただ移植しただけの単純なアプリだけでなく、割と手の込んだUIも実現できるかもしれない。 たとえば、Gyazoのようなスクリーンショットを撮るための領域選択のUIを作ることができる。 実装方法 画面の全体に透明なウィンドウを作って、その上の透明なWebページでmousedownなどのイベントにあわせて必要なUI要素を描画する。 https://github.com/uiureo/electron-crop-rect/blob/master/main.js app.on('ready', function () { const Screen = require('screen') const size = Scree

                ElectronでGyazoっぽいUIを実現する - Qiita
              • io.js がリリースされました - from scratch

                さてさて、io.js ver.1.0.0, 1.0.1 が無事アメリカ時間の1/13日に予告通りリリースされました。 リリースから数日経過して、現在はv1.0.3が出ています。 ある程度v1.0が安定してきた今、実際にNode.jsとどう違うのかを解説したいと思います。 Node.jsと機能的に違う所はどこか 前回の記事のio.jsについて知っていること - from scratchでも触れたんですが、一番大きな違いはv8が新しくなり、ES6の機能が増えました。 詳しくは公式のES6に関するページを読んでもらうとして、かいつまんで書いていきます。 ES6の機能に"shipping", "staged", "in_progress"の3段階のラベルがつくようになりました。 これはES6の機能の安定度合いを示していて、 "shipping" > "staged" > "in_progress"

                  io.js がリリースされました - from scratch
                • io.js と Node.js の和解への道 - from scratch

                  io.jsがリリースされてから早二ヶ月が経過しました。 io.js Evangelistの一人になりました。 @yosuke_furukawa です。 Node.js側との和解の状況へある程度話が進んできたようなので、ここらへんで一回振り返りましょう。 また、io.jsの最新情報は io.jsブログ にもまとまっております。そちらもご一読ください。よろしくお願いいたします。 io.js リリースからここまでの話 リリースから少しして、結局どうなっているかわからない人達もいると思います。一旦復習を兼ねてリリースから今まで何が起きているのかを解説します。 Node Foundation が設立 io.js がリリースされた後にちょうど NodeSummit と呼ばれる大きめのNode.jsカンファレンスがありました。 このカンファレンスでは、 Joyent の CEO である Scott Ha

                    io.js と Node.js の和解への道 - from scratch
                  • io.js の v2.0 が出ました。 - from scratch

                    さてさて、久しぶりのio.js エントリですが、この度 io.js の v2.0 が出ました。 変更点をかいつまんで説明しましょう。書いてたら長くなってしまったので、サマリだけでいい人は最後のまとめを読むだけでいいと思います。 io.js は変化がものすごく激しく、v1.0 から v2.0 が入るまでに色んな機能が入っているんですが、知らない人も多いかと思います。 今回は v2.0 の単なる変更点だけじゃなくて、 v1.0 から今までで入った機能をサマリつつ伝えていこうかと思います。 Stream Simpler Construction (v1.2.0〜) Stream の作成が簡単になりました。今までStreamを作るためには、目的のStreamを継承して、TransformStreamであれば _transform のようなメソッドを拡張して実現する必要がありました。 これをより簡単

                      io.js の v2.0 が出ました。 - from scratch
                    • io.js-v1.0.0のリリースによせて - ぼちぼち日記

                      1. 祝 io.js-v1.0.0/1.0.1 のリリース NodeやJSの情報にアンテナを張っている人なら知っているとは思いますが、昨日無事「io.js」がリリースされました。 リリース直前のバグ修正の追い込みやライブラリアップデートのごたごたは、かつてのNodeのリリースそのままでした。 今日のリリースを予言していたわけではないですが、実は昨年の8月初旬に、 ということを書いていました。 これがまさに現実になってしまったなぁ、と驚きと共に感慨深いものがあります。 Nodeの方は、今Julienが頑張ってチケットをクローズしており、近日中に Node-v0.11.15がリリースされる予定です。問題なければNode-v0.11.15のリリース2週間後にNode-v0.12 になるでしょう。 io.jsができた細かい経緯については、古川さんの「io.jsについて知っていること」が詳しいです。

                        io.js-v1.0.0のリリースによせて - ぼちぼち日記
                      • Hexi というサイトを作りました (http2study で発表しました。) - from scratch

                        hexi.pics Hexi というサイトを作ったので紹介です。 What is Hexi Hexagonal Sticker as a Service と僕が勝手に呼んでいるものです。単純に六角形のステッカーを作って、公開して、購入できるECサービスです。 六角形のステッカーって実は標準規格があって、こんな感じになっています。 Stickers Standard この標準規格に合わせて、これ専門のステッカー作れる所作って、勉強会とかで使ってもらったら便利じゃね?と思ったので、友人の会社(絶賛エンジニア募集中)に持ちかけて、自分もバックエンドを基本に空き時間で手伝いながら作りました。 Hexi inside 割りと基本は抑えつつも突っ走った構成をしていて、 nginx (with SPDY) ngx_small_light (画像リサイズ) io.js (v1.6.4 express) A

                          Hexi というサイトを作りました (http2study で発表しました。) - from scratch
                        • io.js用に書いたパッケージはnpmでどう扱うか問題 - teppeis blog

                          東京Node学園 15時限目に参加したときにふと思った疑問について。 Node.jsと非互換なAPI使ったとき、npmにあげていいの?package.jsonのengineとかで書けるのか #tng15— teppeis (@teppeis) 2015, 2月 10 Node.jsの場合 例えばNode.js v0.12系にしか存在しないAPIを使ったパッケージの場合、package.jsonのenginesフィールドにこう書くことで、 { "engines" : { "node" : ">=0.12" } } 適合しないNode.js v0.10でnpm installしたときに警告を出すことができた。逆に削除されたAPIを使っている場合はバージョンの上限も指定できる。また非推奨ながらengineStrictフィールドを使うと警告ではなくエラーにできる。 io.jsでの議論は では、io

                            io.js用に書いたパッケージはnpmでどう扱うか問題 - teppeis blog
                          • Node.jsとio.jsの最初の統合リリース「Node.js 4.0」が9月に登場予定

                            Node.jsとio.jsの初めての統合リリース「Node.js 4.0」が9月に登場予定であることが、io.jsの中心的人物であるMikeal Rogers氏がブログにポストした記事「4.0 is the new 1.0」で明らかになりました。 4.0 is the new 1.0, io.js/node.js converged release coming soon :) https://t.co/ourNbYaAMc — Mikeal Rogers (@mikeal) 2015, 8月 13 開発が停滞気味だったNode.jsのフォークとして開発されてきたio.jsは、5月にNode.js開発の中立的な団体として設立された「Node.js Foundation」への参加を決定し、Node.jsとio.jsはNode.js Foundationの下で統合されることになります。 Mik

                              Node.jsとio.jsの最初の統合リリース「Node.js 4.0」が9月に登場予定
                            • DailyJS | Node / Io.js フォーク(分裂)騒動と v0.12 | JSお散歩

                              原文: DailyJS | Node Advisory Updates and Node Forks 著者: Alex Young | 2014/12/05 | 翻訳:h.sakai 職業的に Node に関わり、コンスタントに Node に関する文章を書く者として、私は最近の Node.js のフォーク騒動や、Node アドバイザリーボード(諮問会議)での議論の流れは当然のように追いかけている。目につく記事は instapaper に保存し、血眼になって現在進行中の事態を理解しようとしている。 今週水曜日、TJ Fontaine 氏がアドバイザリーボード更新についての記事を Node 公式ブログに投稿した。アドバイザリーボードではこれまで三度ほどミーティングがもたれており、その記録は GitHub: nodejs-advisory-board/meetings からたどることができる。

                              • YAPC::ASIA 2015で「どうしてこうなった? Node.jsとio.jsの分裂と統合の行方。これからどう進化していくのか?」というタイトルで発表してきた。 - from scratch

                                YAPC::ASIA 2015 でスピーカーとして参加してきました。 2014年に一度スポンサーセッションでトークしましたが、2015年はCFPを出しつつスピーカーとして参加してきました。自分がNode学園のオーガナイザーになってみてわかりますが、YAPCの規模で毎年カンファレンスを続けるのは本当にすごい。スタッフ含めておもてなしと手際の良さが表れていて、素晴らしかった。 あと発表者としては、今回のYAPCの参加者はかなり積極的に質問してきていて、いつもよりも参加してる人達の"質問してやろう"っていう意向が強くて活発な議論ができたかと思います。すごく良かったです。 発表内容 発表の内容は Node.js の歴史と今のNode.jsの開発体制の話、さらに今後のNode v4.0 の話を中心的に話してきました。 Node.js は Ryan Dahl によるBDFL(優しい終身の独裁者)の開発

                                  YAPC::ASIA 2015で「どうしてこうなった? Node.jsとio.jsの分裂と統合の行方。これからどう進化していくのか?」というタイトルで発表してきた。 - from scratch
                                • blog.izs.me — IO.js

                                  Io.js # A lot of people have asked me lately about io.js and its place among Node Forward, the Advisory Board, and npm. This is my own personal point of view. However, I have shared early drafts of this post with the io.js technical committee to ensure that it’s at least a reasonable approximation of how the team sees things. What is io.js? Io.js is a collaborative fork of joyent/node. Io.js is cr

                                  • Hitler finds out about io.js

                                    http://nodejsreactions.tumblr.com/

                                      Hitler finds out about io.js
                                    • Release v1.0.0-release · nodejs/node

                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                        Release v1.0.0-release · nodejs/node
                                      • Fragmentation

                                        Since the initial launch of io.js there has been nearly universal positivity, praise, and excitement about the project and what it means for the future of Node. One concern I’ve seen come up a few times is about “fragmentation.” I put this in quotes because I’m not entirely sure what people mean when they use it and so I’m left to ponder each context they might be referring to in order to respond.

                                          Fragmentation
                                        • GitHub - yosuke-furukawa/iojs-new-features: iojs v3.0 released.

                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                            GitHub - yosuke-furukawa/iojs-new-features: iojs v3.0 released.
                                          • GitHub - indutny/caine: Friendly butler

                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                              GitHub - indutny/caine: Friendly butler
                                            • doc: add yosuke-furukawa as collaborator · nodejs/node@2b63bcd

                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                doc: add yosuke-furukawa as collaborator · nodejs/node@2b63bcd
                                              • io.js

                                                Clone via HTTPS Clone with Git or checkout with SVN using the repository’s web address. Disclaimer: This is an unofficial post by a random person from the community. I am not an official representative of io.js. Want to ask a question? open an issue on the node-forward discussions repo io.js - what you need to know io is a fork of node v0.12 (the next stable version of node.js, currently unrelease

                                                  io.js
                                                • Travis CI Documentation

                                                  2015-02-03 This update affects all Linux build environments. Starting with this update, the build environments are updated every two months, on the first Tuesday of ‘even’ months (February, April, June, August, October, December). Schedule 2015-02-11 15:00 UTC JVM update 2015-02-05 15:00 UTC This update was originally scheduled at 2015-02-03 15:00 UTC, but it was rolled back. Updates For the recor

                                                  1