File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55## Language Details:
66- [ language specification] ( https://ecma-international.org/publications-and-standards/standards/ecma-262/ )
7+ - interpreter:
8+ - runtimes:
9+ - Firefox: SpiderMonkey
10+ - Chrome: V8
11+ - Microsoft: Chakra
12+ - Apple: JavaScriptCore: https://trac.webkit.org/wiki/JavaScriptCore
13+ - AKA:
14+ - SquirrelFish and SquirrelFish Extreme
15+ - Safari Context: Nitro and Nitro Extreme
16+ - [ node.js] ( src/runtimes/node )
717- [ language reference] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference )
818- [ base modules index] ( )
919- [ standard library reference] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide )
1727 - structuring projects:
1828- [ package index] ( https://www.npmjs.com )
1929- [ extending and embedding] ( )
20- - compiler/interpreter:
21- - runtimes:
22- - Firefox: SpiderMonkey
23- - Chrome: V8
24- - Microsoft: Chakra
25- - Apple: JavaScriptCore: https://trac.webkit.org/wiki/JavaScriptCore
26- - AKA:
27- - SquirrelFish and SquirrelFish Extreme
28- - Safari Context: Nitro and Nitro Extreme
29- - Node
30- - uses Chrome: V8
3130- [ developer contribution guide] ( )
3231- memory model:
3332- history:
Original file line number Diff line number Diff line change 1+ https://github.com/denoland/deno
Original file line number Diff line number Diff line change @@ -34,8 +34,9 @@ properties (Dahl, 2011):
3434 - node waits until all calla=backs are resolved
3535 before gracefull automatically existing
3636
37- alternatives:
38- Deno: https://github.com/denoland
37+ src: https://github.com/nodejs/node
38+
39+ roadmap: https://roadmap.sh/nodejs
3940
4041References:
4142 Dahl, R. Introduction to Node.js with Ryan Dahl. 2011. https://www.youtube.com/watch?v=jo_B4LTHi3I
You can’t perform that action at this time.
0 commit comments