Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
iojs - Bringing ES6 to the Node
Search
Mark Wolfe
March 11, 2015
Programming
0
580
iojs - Bringing ES6 to the Node
Mark Wolfe
March 11, 2015
Tweet
Share
More Decks by Mark Wolfe
See All by Mark Wolfe
IP Networking in AWS
wolfeidau
0
66
Getting Into Vue.js
wolfeidau
0
190
AWS Automation With Lambda
wolfeidau
1
90
Ansible and Cloudformation
wolfeidau
1
230
Docker Security
wolfeidau
0
190
Building a Proxy in Go
wolfeidau
2
380
Using JWT to Authenticate Microservices
wolfeidau
1
250
Managing Secrets IN AWS
wolfeidau
0
150
ESPlant Workshop Firmware Overview and Demos
wolfeidau
0
130
Other Decks in Programming
See All in Programming
時間軸から考えるTerraformを使う理由と留意点
fufuhu
8
2.8k
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
210
CSC305 Summer Lecture 12
javiergs
PRO
0
130
サイトを作ったらNFCタグキーホルダーを爆速で作れ!
yuukis
0
740
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
18
9.6k
TanStack DB ~状態管理の新しい考え方~
bmthd
2
370
STUNMESH-go: Wireguard NAT穿隧工具的源起與介紹
tjjh89017
0
390
TDD 実践ミニトーク
contour_gara
1
270
MCPでVibe Working。そして、結局はContext Eng(略)/ Working with Vibe on MCP And Context Eng
rkaga
4
480
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
350
AIでLINEスタンプを作ってみた
eycjur
1
220
rage against annotate_predecessor
junk0612
0
150
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
45
7.6k
Raft: Consensus for Rubyists
vanstee
140
7.1k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
Building an army of robots
kneath
306
46k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
284
13k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
A Tale of Four Properties
chriscoyier
160
23k
How GitHub (no longer) Works
holman
315
140k
Transcript
io.js Bringing ES6 to the Node Mark Wolfe
A Rundown Fork of Node.JS Trademark is owned by Joyent
Initially started life as nodeforward Moved to io.js due to said trademark.. npm pretty much business as usual, mind the version numbers though!
Community Open governance model As opposed to corporate stewardship Contributor
ownership Currently 104 contributors and growing
Release Model Weekly releases Supported versions of V8 Predictable roadmap
Healthy debate on key features/issues Such as promises.
iojs and V8 Track the stable releases of V8 Enables
both teams to work together on issues/ features Tracing, on LINUX Lots of good discussion between the projects
ES6! let const Generators Promises Template Strings
How to get it? nvm docker Download the Installer!
Links https://iojs.org http://davidwalsh.name/es6-io http://blog.izs.me/post/104685388058/io-js https://github.com/creationix/nvm https://github.com/iojs/docker-iojs
Links Continued io.js posts worth checking out https://medium.com/node-js-javascript/state-of-io- js-2b3094e6f923 https://medium.com/node-js-javascript/io-js-week-
of-march-6th-2f9344688277