├── .editorconfig ├── .gitignore ├── CONTRIBUTING.md ├── GOVERNANCE.md ├── README.md ├── articles ├── README.md ├── weekly │ └── 2015-02-06.md └── wg-meetings │ └── 2015-03-03.md ├── doc ├── README.md └── api │ ├── _toc.markdown │ ├── addons.markdown │ ├── all.markdown │ ├── assert.markdown │ ├── buffer.markdown │ ├── child_process.markdown │ ├── cluster.markdown │ ├── console.markdown │ ├── crypto.markdown │ ├── debugger.markdown │ ├── dgram.markdown │ ├── dns.markdown │ ├── documentation.markdown │ ├── domain.markdown │ ├── errors.markdown │ ├── events.markdown │ ├── fs.markdown │ ├── globals.markdown │ ├── http.markdown │ ├── https.markdown │ ├── index.markdown │ ├── modules.markdown │ ├── net.markdown │ ├── os.markdown │ ├── path.markdown │ ├── process.markdown │ ├── punycode.markdown │ ├── querystring.markdown │ ├── readline.markdown │ ├── repl.markdown │ ├── smalloc.markdown │ ├── stream.markdown │ ├── string_decoder.markdown │ ├── synopsis.markdown │ ├── timers.markdown │ ├── tls.markdown │ ├── tty.markdown │ ├── url.markdown │ ├── util.markdown │ ├── v8.markdown │ ├── vm.markdown │ └── zlib.markdown └── nodejs.org └── locale └── uk ├── 404.md ├── about ├── advisory-board │ ├── index.md │ └── members.md ├── governance.md ├── index.md ├── organization.md ├── releases.md ├── resources.md ├── trademark.md └── working-groups.md ├── blog ├── advisory-board │ ├── advisory-board-update.md │ ├── index.md │ └── listening-to-the-community.md ├── announcements │ ├── apigee-rising-stack-yahoo.md │ ├── appdynamics-newrelic-opbeat-sphinx.md │ ├── foundation-advances-growth.md │ ├── foundation-elects-board.md │ ├── foundation-express-news.md │ ├── foundation-v4-announce.md │ ├── index.md │ ├── interactive-2015-keynotes.md │ ├── interactive-2015-programming.md │ ├── interactive-2015.md │ ├── nodejs-foundation-survey.md │ ├── v6-release.md │ ├── welcome-google.md │ └── welcome-redhat.md ├── community │ ├── building-nodejs-together.md │ ├── foundation-benefits-all.md │ ├── index.md │ ├── individual-membership.md │ ├── next-chapter.md │ ├── node-leaders-building-open-neutral-foundation.md │ ├── node-v5.md │ └── transitions.md ├── feature │ ├── index.md │ └── streams2.md ├── index.md ├── module │ ├── index.md │ ├── multi-server-continuous-deployment-with-fleet.md │ └── service-logging-in-json-with-bunyan.md ├── nodejs-road-ahead.md ├── npm │ ├── 2013-outage-postmortem.md │ ├── index.md │ ├── managing-node-js-dependencies-with-shrinkwrap.md │ ├── npm-1-0-global-vs-local-installation.md │ ├── npm-1-0-link.md │ ├── npm-1-0-released.md │ ├── npm-1-0-the-new-ls.md │ └── peer-dependencies.md ├── release │ ├── index.md │ ├── v0.10.0.md │ ├── v0.10.1.md │ ├── v0.10.10.md │ ├── v0.10.11.md │ ├── v0.10.12.md │ ├── v0.10.13.md │ ├── v0.10.14.md │ ├── v0.10.15.md │ ├── v0.10.16.md │ ├── v0.10.17.md │ ├── v0.10.18.md │ ├── v0.10.19.md │ ├── v0.10.2.md │ ├── v0.10.20.md │ ├── v0.10.21.md │ ├── v0.10.22.md │ ├── v0.10.23.md │ ├── v0.10.24.md │ ├── v0.10.25.md │ ├── v0.10.26.md │ ├── v0.10.27.md │ ├── v0.10.28.md │ ├── v0.10.29.md │ ├── v0.10.3.md │ ├── v0.10.30.md │ ├── v0.10.31.md │ ├── v0.10.32.md │ ├── v0.10.33.md │ ├── v0.10.34.md │ ├── v0.10.35.md │ ├── v0.10.36.md │ ├── v0.10.37.md │ ├── v0.10.38.md │ ├── v0.10.39.md │ ├── v0.10.4.md │ ├── v0.10.40.md │ ├── v0.10.41.md │ ├── v0.10.42.md │ ├── v0.10.43.md │ ├── v0.10.44.md │ ├── v0.10.45.md │ ├── v0.10.46.md │ ├── v0.10.5.md │ ├── v0.10.6.md │ ├── v0.10.7.md │ ├── v0.10.8.md │ ├── v0.10.9.md │ ├── v0.11.0.md │ ├── v0.11.1.md │ ├── v0.11.10.md │ ├── v0.11.11.md │ ├── v0.11.12.md │ ├── v0.11.14.md │ ├── v0.11.15.md │ ├── v0.11.16.md │ ├── v0.11.2.md │ ├── v0.11.3.md │ ├── v0.11.4.md │ ├── v0.11.5.md │ ├── v0.11.6.md │ ├── v0.11.7.md │ ├── v0.11.8.md │ ├── v0.11.9.md │ ├── v0.12.0.md │ ├── v0.12.1.md │ ├── v0.12.10.md │ ├── v0.12.11.md │ ├── v0.12.12.md │ ├── v0.12.13.md │ ├── v0.12.14.md │ ├── v0.12.15.md │ ├── v0.12.2.md │ ├── v0.12.3.md │ ├── v0.12.4.md │ ├── v0.12.5.md │ ├── v0.12.6.md │ ├── v0.12.7.md │ ├── v0.12.8.md │ ├── v0.12.9.md │ ├── v0.4.10.md │ ├── v0.4.11.md │ ├── v0.4.12.md │ ├── v0.4.3.md │ ├── v0.4.4.md │ ├── v0.4.5.md │ ├── v0.4.6.md │ ├── v0.4.7.md │ ├── v0.4.8.md │ ├── v0.4.9.md │ ├── v0.5.0.md │ ├── v0.5.1.md │ ├── v0.5.10.md │ ├── v0.5.2.md │ ├── v0.5.3.md │ ├── v0.5.4.md │ ├── v0.5.5.md │ ├── v0.5.6.md │ ├── v0.5.7.md │ ├── v0.5.8.md │ ├── v0.5.9.md │ ├── v0.6.0.md │ ├── v0.6.1.md │ ├── v0.6.10.md │ ├── v0.6.11.md │ ├── v0.6.12.md │ ├── v0.6.13.md │ ├── v0.6.14.md │ ├── v0.6.15.md │ ├── v0.6.16.md │ ├── v0.6.17.md │ ├── v0.6.18.md │ ├── v0.6.19.md │ ├── v0.6.2.md │ ├── v0.6.20.md │ ├── v0.6.21.md │ ├── v0.6.3.md │ ├── v0.6.4.md │ ├── v0.6.5.md │ ├── v0.6.6.md │ ├── v0.6.7.md │ ├── v0.6.8.md │ ├── v0.6.9.md │ ├── v0.7.0.md │ ├── v0.7.1.md │ ├── v0.7.10.md │ ├── v0.7.11.md │ ├── v0.7.12.md │ ├── v0.7.2.md │ ├── v0.7.3.md │ ├── v0.7.4.md │ ├── v0.7.5.md │ ├── v0.7.6.md │ ├── v0.7.7.md │ ├── v0.7.8.md │ ├── v0.7.9.md │ ├── v0.8.0.md │ ├── v0.8.1.md │ ├── v0.8.10.md │ ├── v0.8.11.md │ ├── v0.8.12.md │ ├── v0.8.13.md │ ├── v0.8.14.md │ ├── v0.8.15.md │ ├── v0.8.16.md │ ├── v0.8.17.md │ ├── v0.8.18.md │ ├── v0.8.19.md │ ├── v0.8.2.md │ ├── v0.8.20.md │ ├── v0.8.21.md │ ├── v0.8.22.md │ ├── v0.8.23.md │ ├── v0.8.24.md │ ├── v0.8.25.md │ ├── v0.8.26.md │ ├── v0.8.27.md │ ├── v0.8.28.md │ ├── v0.8.3.md │ ├── v0.8.4.md │ ├── v0.8.5.md │ ├── v0.8.6.md │ ├── v0.8.7.md │ ├── v0.8.8.md │ ├── v0.8.9.md │ ├── v0.9.0.md │ ├── v0.9.1.md │ ├── v0.9.10.md │ ├── v0.9.11.md │ ├── v0.9.12.md │ ├── v0.9.2.md │ ├── v0.9.3.md │ ├── v0.9.4.md │ ├── v0.9.5.md │ ├── v0.9.6.md │ ├── v0.9.7.md │ ├── v0.9.8.md │ ├── v4.0.0.md │ ├── v4.1.0.md │ ├── v4.1.1.md │ ├── v4.1.2.md │ ├── v4.2.0.md │ ├── v4.2.1.md │ ├── v4.2.2.md │ ├── v4.2.3.md │ ├── v4.2.4.md │ ├── v4.2.5.md │ ├── v4.2.6.md │ ├── v4.3.0.md │ ├── v4.3.1.md │ ├── v4.3.2.md │ ├── v4.4.0.md │ ├── v4.4.1.md │ ├── v4.4.2.md │ ├── v4.4.3.md │ ├── v4.4.4.md │ ├── v4.4.5.md │ ├── v4.4.6.md │ ├── v5.0.0.md │ ├── v5.1.0.md │ ├── v5.1.1.md │ ├── v5.10.0.md │ ├── v5.10.1.md │ ├── v5.11.0.md │ ├── v5.11.1.md │ ├── v5.12.0.md │ ├── v5.2.0.md │ ├── v5.3.0.md │ ├── v5.4.0.md │ ├── v5.4.1.md │ ├── v5.5.0.md │ ├── v5.6.0.md │ ├── v5.7.0.md │ ├── v5.7.1.md │ ├── v5.8.0.md │ ├── v5.9.0.md │ ├── v5.9.1.md │ ├── v6.0.0.md │ ├── v6.1.0.md │ ├── v6.2.0.md │ ├── v6.2.1.md │ └── v6.2.2.md ├── uncategorized │ ├── an-easy-way-to-build-scalable-network-programs.md │ ├── bnoordhuis-departure.md │ ├── development-environment.md │ ├── evolving-the-node-js-brand.md │ ├── growing-up.md │ ├── index.md │ ├── jobs-nodejs-org.md │ ├── ldapjs-a-reprise-of-ldap.md │ ├── libuv-status-report.md │ ├── node-interactive-convince-boss.md │ ├── node-meetup-this-thursday.md │ ├── node-office-hours-cut-short.md │ ├── notes-from-the-road.md │ ├── office-hours.md │ ├── porting-node-to-windows-with-microsofts-help.md │ ├── profiling-node-js.md │ ├── some-new-node-projects.md │ ├── the-videos-from-node-meetup.md │ ├── tj-fontaine-new-node-lead.md │ ├── trademark.md │ └── version-0-6.md ├── video │ ├── bert-belder-libuv-lxjs-2012.md │ ├── bryan-cantrill-instrumenting-the-real-time-web.md │ ├── index.md │ └── welcome-to-the-node-blog.md ├── vulnerability │ ├── cve-2015-8027_cve-2015-6764.md │ ├── december-2015-security-release-update.md │ ├── december-2015-security-releases.md │ ├── february-2016-security-releases.md │ ├── http-server-pipeline-flood-dos.md │ ├── http-server-security-vulnerability-please-upgrade-to-0-6-17.md │ ├── index.md │ ├── june-2016-security-releases.md │ ├── npm-tokens-leak-march-2016.md │ ├── openssl-and-low-severity-fixes-jan-2016.md │ ├── openssl-and-utf8.md │ ├── openssl-march-2016.md │ ├── openssl-may-2016.md │ └── v8-memory-corruption-stack-overflow.md └── weekly-updates │ ├── index.md │ ├── weekly-update.2015-02-06.md │ ├── weekly-update.2015-02-13.md │ ├── weekly-update.2015-02-20.md │ ├── weekly-update.2015-02-27.md │ ├── weekly-update.2015-03-06.md │ ├── weekly-update.2015-03-13.md │ ├── weekly-update.2015-03-20.md │ ├── weekly-update.2015-03-27.md │ ├── weekly-update.2015-04-03.md │ ├── weekly-update.2015-04-10.md │ ├── weekly-update.2015-04-17.md │ ├── weekly-update.2015-04-24.md │ ├── weekly-update.2015-05-01.md │ ├── weekly-update.2015-05-08.md │ ├── weekly-update.2015-05-15.md │ ├── weekly-update.2015-05-22.md │ ├── weekly-update.2015-05-29.md │ ├── weekly-update.2015-06-05.md │ ├── weekly-update.2015-06-12.md │ ├── weekly-update.2015-06-19.md │ ├── weekly-update.2015-06-26.md │ ├── weekly-update.2015-07-03.md │ ├── weekly-update.2015-07-10.md │ ├── weekly-update.2015-07-17.md │ ├── weekly-update.2015-07-24.md │ ├── weekly-update.2015-07-31.md │ ├── weekly-update.2015-08-07.md │ ├── weekly-update.2015-08-14.md │ ├── weekly-update.2015-08-21.md │ ├── weekly-update.2015-08-28.md │ ├── weekly-update.2015-09-04.md │ ├── weekly-update.2015-09-11.md │ ├── weekly-update.2015-09-18.md │ ├── weekly-update.2015-10-02.md │ ├── weekly-update.2015-10-09.md │ ├── weekly-update.2015-10-16.md │ ├── weekly-update.2015-10-23.md │ ├── weekly-update.2015-10-30.md │ ├── weekly-update.2015-11-06.md │ ├── weekly-update.2015-11-13.md │ ├── weekly-update.2015-11-20.md │ ├── weekly-update.2015-11-27.md │ ├── weekly-update.2015-12-04.md │ ├── weekly-update.2015-12-11.md │ ├── weekly-update.2016-01-01.md │ ├── weekly-update.2016-01-11.md │ ├── weekly-update.2016-01-18.md │ ├── weekly-update.2016-01-22.md │ ├── weekly-update.2016-01-29.md │ ├── weekly-update.2016-02-08.md │ ├── weekly-update.2016-02-15.md │ ├── weekly-update.2016-02-22.md │ ├── weekly-update.2016-03-01.md │ ├── weekly-update.2016-03-07.md │ ├── weekly-update.2016-03-14.md │ ├── weekly-update.2016-04-17.md │ ├── weekly-update.2016-04-23.md │ ├── weekly-update.2016-04-29.md │ ├── weekly-update.2016-05-30.md │ └── weekly-update.2016-06-16.md ├── docs ├── es6.md ├── faq.md ├── guides │ ├── anatomy-of-an-http-transaction.md │ ├── index.md │ ├── nodejs-docker-webapp.md │ ├── simple-profiling.md │ └── working-with-different-filesystems.md ├── index.md └── meta │ └── topics │ └── dependencies.md ├── download ├── current.md ├── index.md ├── package-manager.md └── releases.md ├── foundation ├── announcements.md ├── board.md ├── case-studies.md ├── in-the-news.md ├── index.md ├── members.md ├── newsletter.md ├── resources.md └── tsc │ ├── index.md │ ├── minutes.md │ └── minutes │ ├── 2014-12-10.md │ ├── 2014-12-16.md │ ├── 2014-12-18.md │ ├── 2015-01-15.md │ ├── 2015-01-22.md │ ├── 2015-01-29.md │ ├── 2015-02-05.md │ ├── 2015-02-09.md │ ├── 2015-02-19.md │ ├── 2015-02-26.md │ ├── 2015-03-05.md │ ├── 2015-03-12.md │ ├── 2015-03-19.md │ ├── 2015-03-26.md │ ├── 2015-04-09.md │ ├── 2015-04-16.md │ ├── 2015-04-24.md │ ├── 2015-04-30.md │ ├── 2015-05-07.md │ ├── 2015-05-21.md │ ├── 2015-06-04.md │ ├── 2015-06-11.md │ └── 2015-06-18.md ├── get-involved ├── code-and-learn.md ├── contribute.md ├── development.md ├── events.md └── index.md ├── index.md ├── knowledge ├── HTTP │ ├── clients │ │ ├── how-to-access-query-string-parameters.md │ │ └── how-to-create-a-HTTP-request.md │ └── servers │ │ ├── how-to-create-a-HTTP-server.md │ │ ├── how-to-create-a-HTTPS-server.md │ │ ├── how-to-handle-multipart-form-data.md │ │ ├── how-to-read-POST-data.md │ │ └── how-to-serve-static-files.md ├── REPL │ ├── how-to-create-a-custom-repl.md │ └── how-to-use-nodejs-repl.md ├── advanced │ ├── buffers │ │ └── how-to-use-buffers.md │ └── streams │ │ ├── how-to-use-fs-create-read-stream.md │ │ ├── how-to-use-fs-create-write-stream.md │ │ ├── how-to-use-stream-pipe.md │ │ └── what-are-streams.md ├── child-processes │ └── how-to-spawn-a-child-process.md ├── command-line │ ├── how-to-get-colors-on-the-command-line.md │ ├── how-to-parse-command-line-arguments.md │ └── how-to-prompt-for-command-line-input.md ├── cryptography │ ├── how-to-use-crypto-module.md │ └── how-to-use-the-tls-module.md ├── errors │ ├── what-are-the-error-conventions.md │ ├── what-is-the-error-object.md │ └── what-is-try-catch.md ├── file-system │ ├── how-to-read-files-in-nodejs.md │ ├── how-to-search-files-and-directories-in-nodejs.md │ ├── how-to-store-local-config-data.md │ ├── how-to-use-the-path-module.md │ ├── how-to-write-files-in-nodejs.md │ └── security │ │ └── introduction.md ├── getting-started │ ├── control-flow │ │ ├── how-to-write-asynchronous-code.md │ │ ├── what-are-callbacks.md │ │ └── what-are-event-emitters.md │ ├── globals-in-node-js.md │ ├── how-to-debug-nodejs-applications.md │ ├── how-to-use-util-inspect.md │ ├── npm │ │ ├── how-to-access-module-package-info.md │ │ ├── what-is-npm.md │ │ └── what-is-the-file-package-json.md │ ├── the-console-module.md │ ├── the-process-module.md │ ├── what-is-node-core-verus-userland.md │ └── what-is-require.md ├── index.md ├── intermediate │ └── how-to-log.md ├── javascript-conventions │ ├── how-to-create-default-parameters-for-functions.md │ ├── using-ECMA5-in-nodejs.md │ ├── what-are-the-built-in-timer-functions.md │ ├── what-are-truthy-and-falsy-values.md │ ├── what-is-json.md │ └── what-is-the-arguments-object.md └── other-resources │ └── tutorials-and-how-tos.md ├── security.md ├── site.json └── styles.styl /.editorconfig: -------------------------------------------------------------------------------- 1 | # editorconfig.org 2 | root = true 3 | 4 | [*] 5 | indent_style = space 6 | indent_size = 4 7 | end_of_line = lf 8 | charset = utf-8 9 | trim_trailing_whitespace = true 10 | insert_final_newline = true 11 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Logs 2 | logs 3 | *.log 4 | 5 | # Runtime data 6 | pids 7 | *.pid 8 | *.seed 9 | 10 | # Directory for instrumented libs generated by jscoverage/JSCover 11 | lib-cov 12 | 13 | # Coverage directory used by tools like istanbul 14 | coverage 15 | 16 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) 17 | .grunt 18 | 19 | # node-waf configuration 20 | .lock-wscript 21 | 22 | # Compiled binary addons (http://nodejs.org/api/addons.html) 23 | build/Release 24 | 25 | # Dependency directory 26 | # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- 27 | node_modules 28 | 29 | # IDE 30 | .idea 31 | 32 | # Miscellaneous 33 | .DS_Store 34 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Переклад [Node.js](https://nodejs.org/uk/) українською [![Gitter](https://badges.gitter.im/Join_Chat.svg)](https://gitter.im/nodejs/nodejs-uk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) 2 | 3 | Обговорення задач — [тут](https://github.com/nodejs/nodejs-uk/issues). 4 | 5 | ## Робоча група 6 | 7 | Переклад підтримується командою [nodejs-uk](https://github.com/orgs/nodejs/teams/nodejs-uk): 8 | 9 | - Денис Довгань ([@denysdovhan](https://github.com/denysdovhan)) — **Team maintainer** 10 | - Євген Обрезков ([@ghaiklor](https://github.com/ghaiklor)) — **Team maintainer** 11 | - Інгвар Степанян ([@RReverser](https://github.com/RReverser)) 12 | - Євген Сафронов ([@sejoker](https://github.com/sejoker)) 13 | - Андрій Лісточкін ([@listochkin](https://github.com/listochkin)) 14 | - Андрій Корж ([@korzhyk](https://github.com/korzhyk)) 15 | - Владислав Міллєр ([@vladmiller](https://github.com/vladmiller)) 16 | - Ерік Коцюба ([@eko24](https://github.com/eko24)) 17 | 18 | Якщо ви бажаєте приєднатися до складу команди, створіть новий запит [тут](https://github.com/nodejs/nodejs-uk/issues). 19 | 20 | ## Інструкції для перекладачів 21 | 22 | Якщо ви бажаєте нам допомогти, зробіть наступне: 23 | 24 | 1. Потрібно зареєструватись на [crowdin](https://crowdin.com/) та прийняти запрошення за [посиланням](https://crowdin.com/project/iojs-uk/invite). 25 | 2. Взяти будь яку [вільну задачу](https://github.com/iojs/iojs-uk/labels/translation) з міткою `translation`. 26 | 3. Знайти файл пов'язаний з цією задачею на [crowdin/nodejs-uk](https://crowdin.com/project/iojs-uk/uk) та перекласти його. 27 | 4. По мірі готовності перекладу сповістіть про це в Вашій задачі, це буде означати, що переклад можна вичитати, зробити правки та додати його в репозиторій [nodejs/nodejs-uk](https://github.com/nodejs/nodejs-uk). 28 | 29 | За питаннями чи пропозиціями створіть нову [іш’ю](https://github.com/nodejs/nodejs-uk/issues/new) або напишіть у чат [gitter/nodejs-uk](https://gitter.im/nodejs/nodejs-uk). 30 | -------------------------------------------------------------------------------- /articles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodejs/nodejs-uk/7712275b37e0763e92114573b02c02a120b2a9c2/articles/README.md -------------------------------------------------------------------------------- /articles/wg-meetings/2015-03-03.md: -------------------------------------------------------------------------------- 1 | ## Деталі мітингу 2 | 3 | + Вівторок, 3 березня 2015 в 19:00 UTC 4 | + Були присутні: 5 | + Євген Сафронов 6 | + Євген Обрезков 7 | + Ерік Коцюба 8 | 9 | ## Порядок денний 10 | 11 | ### Crowdin та режим роботи по перекладу 12 | 13 | + Робота по перекладу повністью проходить в crowdin, в тому числі і перегляд та голосування. Коли деякий файл повністю завершений, менеджер чи власник повинен зробити PR в репозиторий iojs-uk з оновленням цього файлу. 14 | + В режимі перекладу інколи можна побачити `<0>`. Це не порушує структуру markdown документу, тому можна продовжувати переклад, але залишити ці теги на місці. 15 | + Кожен із присутніх отримав права доступу, які дозволяють завантажити останню версію перекладу з crowdin. 16 | 17 | ### Веб-сайт 18 | 19 | + Використовувати генератори статичних сайтів не будемо (можливо на наступній зустрічі знову піднімемо це питання). В перспективі, у нас може накопичуватись купа статей, тому зберігати їх в звичайному HTML не є слушною думкою. 20 | + На сайті буде знаходиться інформація про команду, переклад останніх новин, інформація для перекладачів та бажаючих приєднатись до нас. 21 | + Робити переклад wg-meetings та публікувати його на нашому сайті не будемо. 22 | 23 | ### Соціальні медіа 24 | 25 | + Залишилось відкритим питання, куди публікувати щотижневик. Перенесено на наступну зустріч. 26 | 27 | ### Наші дії 28 | 29 | + Євген Сафронов - займається перекладом GOVERNANCE та структурою репозиторію. 30 | + Євген Обрезков - продовжує роботу з веб-сайтом та доповнює інформацією. 31 | + Ерік Коцюба - перекладає документацію на crowdin. 32 | 33 | ### Відкриті питання 34 | 35 | + Соціальні медіа 36 | + Skype vs. Hangouts 37 | + Використання генератора статичних файлів (для блогу) 38 | -------------------------------------------------------------------------------- /doc/README.md: -------------------------------------------------------------------------------- 1 | # API документація 2 | 3 | Цей каталог зберігає API документацію по io.js. 4 | 5 | ## Переклад документації 6 | 7 | Прямі зміни в цьому каталозі **ЗАБОРОНЕНІ**. Якщо ви хочете допомогти з перекладом, то потрібно виконати наступне: 8 | 9 | 1. Зареєструватись на [crowdin](https://crowdin.com/) та прийняти запрошення за [посиланням](https://crowdin.com/project/iojs-uk/invite). 10 | 2. Взяти будь яку [вільну задачу](https://github.com/iojs/iojs-uk/labels/translation) з міткою `translation`. 11 | 3. Знайти файл пов'язаний з цією задачею на [crowdin/iojs-uk](https://crowdin.com/project/iojs-uk/uk), перевести його. 12 | 4. По мірі готовності перекладу, сповістіть про це в Вашій задачі, це буде означати, що переклад можна вичитати, зробити правки та додати його в репозиторій [iojs/iojs-uk](https://github.com/iojs/iojs-uk). 13 | 14 | Непотрібно робити форки і PR зі змінами в цій директорії. 15 | Вся робота по перекладу відбувається на [crowdin/iojs-uk](https://crowdin.com/project/iojs-uk/uk). 16 | 17 | За питаннями чи пропозиціями створіть новий [тікет](https://github.com/iojs/iojs-uk/issues/new) або напишіть у чат [gitter/iojs-uk](https://gitter.im/iojs/iojs-uk). 18 | -------------------------------------------------------------------------------- /doc/api/_toc.markdown: -------------------------------------------------------------------------------- 1 | @// NB(chrisdickinson): if you move this file, be sure to update tools/doc/html.js to @// point at the new location. * [About these Docs](documentation.html) * [Synopsis](synopsis.html) * [Assertion Testing](assert.html) * [Buffer](buffer.html) * [C/C++ Addons](addons.html) * [Child Processes](child_process.html) * [Cluster](cluster.html) * [Console](console.html) * [Crypto](crypto.html) * [Debugger](debugger.html) * [DNS](dns.html) * [Domain](domain.html) * [Errors](errors.html) * [Events](events.html) * [File System](fs.html) * [Globals](globals.html) * [HTTP](http.html) * [HTTPS](https.html) * [Modules](modules.html) * [Net](net.html) * [OS](os.html) * [Path](path.html) * [Process](process.html) * [Punycode](punycode.html) * [Query Strings](querystring.html) * [Readline](readline.html) * [REPL](repl.html) * [Smalloc](smalloc.html) * [Stream](stream.html) * [String Decoder](string_decoder.html) * [Timers](timers.html) * [TLS/SSL](tls.html) * [TTY](tty.html) * [UDP/Datagram](dgram.html) * [URL](url.html) * [Utilities](util.html) * [V8](v8.html) * [VM](vm.html) * [ZLIB](zlib.html) -------------------------------------------------------------------------------- /doc/api/all.markdown: -------------------------------------------------------------------------------- 1 | @include documentation @include synopsis @include addons @include assert @include buffer @include child_process @include cluster @include console @include crypto @include debugger @include dgram @include dns @include domain @include errors @include events @include fs @include globals @include http @include https @include modules @include net @include os @include path @include process @include punycode @include querystring @include readline @include repl @include smalloc @include stream @include string_decoder @include timers @include tls @include tty @include url @include util @include v8 @include vm @include zlib -------------------------------------------------------------------------------- /doc/api/index.markdown: -------------------------------------------------------------------------------- 1 | @include _toc.markdown -------------------------------------------------------------------------------- /doc/api/querystring.markdown: -------------------------------------------------------------------------------- 1 | # Query String 2 | 3 | Stability: 3 - Stable 4 | 5 | 6 | 7 | 8 | This module provides utilities for dealing with query strings. It provides the following methods: 9 | 10 | ## querystring.stringify(obj\[, sep\]\[, eq\][, options]) 11 | 12 | Serialize an object to a query string. Optionally override the default separator (`'&'`) and assignment (`'='`) characters. 13 | 14 | Options object may contain `encodeURIComponent` property (`querystring.escape` by default), it can be used to encode string with `non-utf8` encoding if necessary. 15 | 16 | Example: 17 | 18 | querystring.stringify({ foo: 'bar', baz: ['qux', 'quux'], corge: '' }) 19 | // returns 20 | 'foo=bar&baz=qux&baz=quux&corge=' 21 | 22 | querystring.stringify({foo: 'bar', baz: 'qux'}, ';', ':') 23 | // returns 24 | 'foo:bar;baz:qux' 25 | 26 | // Suppose gbkEncodeURIComponent function already exists, 27 | // it can encode string with `gbk` encoding 28 | querystring.stringify({ w: '中文', foo: 'bar' }, null, null, 29 | { encodeURIComponent: gbkEncodeURIComponent }) 30 | // returns 31 | 'w=%D6%D0%CE%C4&foo=bar' 32 | 33 | 34 | ## querystring.parse(str\[, sep\]\[, eq\][, options]) 35 | 36 | Deserialize a query string to an object. Optionally override the default separator (`'&'`) and assignment (`'='`) characters. 37 | 38 | Options object may contain `maxKeys` property (equal to 1000 by default), it'll be used to limit processed keys. Set it to 0 to remove key count limitation. 39 | 40 | Options object may contain `decodeURIComponent` property (`decodeURIComponent` by default), it can be used to decode `non-utf8` encoding string if necessary. 41 | 42 | Example: 43 | 44 | querystring.parse('foo=bar&baz=qux&baz=quux&corge') 45 | // returns 46 | { foo: 'bar', baz: ['qux', 'quux'], corge: '' } 47 | 48 | // Suppose gbkDecodeURIComponent function already exists, 49 | // it can decode `gbk` encoding string 50 | querystring.parse('w=%D6%D0%CE%C4&foo=bar', null, null, 51 | { decodeURIComponent: gbkDecodeURIComponent }) 52 | // returns 53 | { w: '中文', foo: 'bar' } 54 | 55 | 56 | ## querystring.escape 57 | 58 | The escape function used by `querystring.stringify`, provided so that it could be overridden if necessary. 59 | 60 | ## querystring.unescape 61 | 62 | The unescape function used by `querystring.parse`, provided so that it could be overridden if necessary. -------------------------------------------------------------------------------- /doc/api/string_decoder.markdown: -------------------------------------------------------------------------------- 1 | # StringDecoder 2 | 3 | Stability: 3 - Stable 4 | 5 | 6 | To use this module, do `require('string_decoder')`. StringDecoder decodes a buffer to a string. It is a simple interface to `buffer.toString()` but provides additional support for utf8. 7 | 8 | var StringDecoder = require('string_decoder').StringDecoder; 9 | var decoder = new StringDecoder('utf8'); 10 | 11 | var cent = new Buffer([0xC2, 0xA2]); 12 | console.log(decoder.write(cent)); 13 | 14 | var euro = new Buffer([0xE2, 0x82, 0xAC]); 15 | console.log(decoder.write(euro)); 16 | 17 | 18 | ## Class: StringDecoder 19 | 20 | Accepts a single argument, `encoding` which defaults to `utf8`. 21 | 22 | ### decoder.write(buffer) 23 | 24 | Returns a decoded string. 25 | 26 | ### decoder.end() 27 | 28 | Returns any trailing bytes that were left in the buffer. -------------------------------------------------------------------------------- /doc/api/synopsis.markdown: -------------------------------------------------------------------------------- 1 | # Synopsis 2 | 3 | 4 | 5 | An example of a [web server](http.html) written with io.js which responds with 'Hello World': 6 | 7 | var http = require('http'); 8 | 9 | http.createServer(function (request, response) { 10 | response.writeHead(200, {'Content-Type': 'text/plain'}); 11 | response.end('Hello World\n'); 12 | }).listen(8124); 13 | 14 | console.log('Server running at http://127.0.0.1:8124/'); 15 | 16 | 17 | To run the server, put the code into a file called `example.js` and execute it with the iojs program 18 | 19 | > iojs example.js 20 | Server running at http://127.0.0.1:8124/ 21 | 22 | 23 | All of the examples in the documentation can be run similarly. -------------------------------------------------------------------------------- /doc/api/tty.markdown: -------------------------------------------------------------------------------- 1 | # TTY 2 | 3 | Stability: 2 - Unstable 4 | 5 | 6 | The `tty` module houses the `tty.ReadStream` and `tty.WriteStream` classes. In most cases, you will not need to use this module directly. 7 | 8 | When io.js detects that it is being run inside a TTY context, then `process.stdin` will be a `tty.ReadStream` instance and `process.stdout` will be a `tty.WriteStream` instance. The preferred way to check if io.js is being run in a TTY context is to check `process.stdout.isTTY`: 9 | 10 | $ iojs -p -e "Boolean(process.stdout.isTTY)" 11 | true 12 | $ iojs -p -e "Boolean(process.stdout.isTTY)" | cat 13 | false 14 | 15 | 16 | ## tty.isatty(fd) 17 | 18 | Returns `true` or `false` depending on if the `fd` is associated with a terminal. 19 | 20 | ## tty.setRawMode(mode) 21 | 22 | Deprecated. Use `tty.ReadStream#setRawMode()` (i.e. `process.stdin.setRawMode()`) instead. 23 | 24 | ## Class: ReadStream 25 | 26 | A `net.Socket` subclass that represents the readable portion of a tty. In normal circumstances, `process.stdin` will be the only `tty.ReadStream` instance in any io.js program (only when `isatty(0)` is true). 27 | 28 | ### rs.isRaw 29 | 30 | A `Boolean` that is initialized to `false`. It represents the current "raw" state of the `tty.ReadStream` instance. 31 | 32 | ### rs.setRawMode(mode) 33 | 34 | `mode` should be `true` or `false`. This sets the properties of the `tty.ReadStream` to act either as a raw device or default. `isRaw` will be set to the resulting mode. 35 | 36 | ## Class: WriteStream 37 | 38 | A `net.Socket` subclass that represents the writable portion of a tty. In normal circumstances, `process.stdout` will be the only `tty.WriteStream` instance ever created (and only when `isatty(1)` is true). 39 | 40 | ### ws.columns 41 | 42 | A `Number` that gives the number of columns the TTY currently has. This property gets updated on "resize" events. 43 | 44 | ### ws.rows 45 | 46 | A `Number` that gives the number of rows the TTY currently has. This property gets updated on "resize" events. 47 | 48 | ### Event: 'resize' 49 | 50 | `function () {}` 51 | 52 | Emitted by `refreshSize()` when either of the `columns` or `rows` properties has changed. 53 | 54 | process.stdout.on('resize', function() { 55 | console.log('screen size has changed!'); 56 | console.log(process.stdout.columns + 'x' + process.stdout.rows); 57 | }); -------------------------------------------------------------------------------- /doc/api/v8.markdown: -------------------------------------------------------------------------------- 1 | # V8 2 | 3 | Stability: 1 - Experimental 4 | 5 | 6 | This module exposes events and interfaces specific to the version of [V8](https://code.google.com/p/v8/) built with io.js. These interfaces are subject to change by upstream and are therefore not covered under the stability index. 7 | 8 | ## getHeapStatistics() 9 | 10 | Returns an object with the following properties 11 | 12 | { 13 | total_heap_size: 7326976, 14 | total_heap_size_executable: 4194304, 15 | total_physical_size: 7326976, 16 | used_heap_size: 3476208, 17 | heap_size_limit: 1535115264 18 | } 19 | 20 | 21 | ## setFlagsFromString() 22 | 23 | Set additional V8 command line flags. Use with care; changing settings after the VM has started may result in unpredictable behavior, including crashes and data loss. Or it may simply do nothing. 24 | 25 | The V8 options available for a version of io.js may be determined by running `iojs --v8-options`. An unofficial, community-maintained list of options and their effects is available [here](https://github.com/thlorenz/v8-flags/blob/master/flags-0.11.md). 26 | 27 | Usage: 28 | 29 | // Print GC events to stdout for one minute. 30 | var v8 = require('v8'); 31 | v8.setFlagsFromString('--trace_gc'); 32 | setTimeout(function() { v8.setFlagsFromString('--notrace_gc'); }, 60e3); -------------------------------------------------------------------------------- /nodejs.org/locale/uk/404.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page.hbs 3 | permalink: false 4 | title: 404 5 | --- 6 | ## 404: Сторінку не знайдено 7 | ### ENOENT: немає такого файла або каталога 8 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/about/advisory-board/members.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: about.hbs 3 | title: Члени консультативної ради 4 | --- 5 | # Члени консультативної ради 6 | 7 | ## Bert Belder 8 | 9 | * StrongLoop, Inc. 10 | 11 | ## Danese Cooper 12 | 13 | * Expert in Open Source Communities 14 | 15 | ## Kevin Decker 16 | 17 | * Walmart 18 | 19 | ## TJ Fontaine 20 | 21 | * Joyent 22 | 23 | ## Dav Glass 24 | 25 | * Yahoo 26 | 27 | ## Scott Hammond 28 | 29 | * Joyent 30 | 31 | ## Cian Ó Maidín 32 | 33 | * nearForm 34 | 35 | ## Todd M. Moore 36 | 37 | * IBM 38 | 39 | ## Gianugo Rabellino 40 | 41 | * Microsoft Open Technologies, Inc. 42 | 43 | ## Issac Roth 44 | 45 | * StrongLoop, Inc. 46 | 47 | ## Chris Saint-Amant 48 | 49 | * Netflix 50 | 51 | ## Isaac Schlueter 52 | 53 | * npm 54 | 55 | ## Dan Shaw 56 | 57 | * NodeSource 58 | 59 | ## Erik Toth 60 | 61 | * PayPal 62 | 63 | ## Chris Williams 64 | 65 | * Emerging Technology Advisors 66 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/about/organization.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: about.hbs 3 | title: Організація 4 | --- 5 | # Організація 6 | 7 | ## Співавтори і Технічний керівний комітет 8 | 9 | Проект Node.js спонсорується Node.js Foundation і підтримується окремими 10 | учасниками. Технічний керівний комітет (Technical Steering Committee (TSC)) 11 | складається з ключових учасників, що продемонстрували як свої спеціальні 12 | технічні знання і практичну підтримку, так і сприяння потсупальному розвиткові 13 | проекту та спільноті. 14 | 15 | Ви можете дізнатись більше про те, як стати учасником та членом TSC у 16 | [розділі для учасників](/contribute/). 17 | 18 | ### Поточні учасники 19 | 20 | Наразі, проект Node.js має понад 300 учасників, що активно працюють над різними 21 | частинами проекту. Поточний список учасників можна знайти у 22 | [профілі проекту на GitHub](https://github.com/orgs/nodejs/people). 23 | 24 | ### Поточні члени Технічного керівного комітету 25 | 26 | * Alexis Campailla ([orangemocha](https://github.com/orangemocha)) 27 | * Ben Noordhuis ([bnoordhuis](https://github.com/bnoordhuis)) 28 | * Bert Belder ([piscisaureus](https://github.com/piscisaureus)) 29 | * Brian White ([mscdex](https://github.com/mscdex)) 30 | * Chris Dickinson ([chrisdickinson](https://github.com/chrisdickinson)) 31 | * Colin Ihrig ([cjihrig](https://github.com/cjihrig)) 32 | * Fedor Indutny ([indutny](https://github.com/indutny)) 33 | * James M Snell ([jasnell](https://github.com/jasnell)) 34 | * Jeremiah Senkpiel ([Fishrock123](https://github.com/Fishrock123)) 35 | * Julien Gilli ([misterdjules](https://github.com/misterdjules)) 36 | * Michael Dawson ([mhdawson](https://github.com/mhdawson)) 37 | * Rod Vagg ([rvagg](https://github.com/rvagg)) 38 | * Shigeki Ohtsu ([shigeki](https://github.com/shigeki)) 39 | * Steven R Loomis ([srl295](https://github.com/srl295)) 40 | * Trevor Norris ([trevnorris](https://github.com/trevnorris)) 41 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/about/resources.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: about.hbs 3 | title: Лого та графіка 4 | --- 5 | # Ресурси 6 | 7 | ## Завантаження лого 8 | 9 | Будь ласка, прочитайте [політику товарного знаку](/about/trademark/) щодо дозволеного використання логотипів та позначень Node.js®. 10 | 11 | Правила візуального оформлення позначень Node.js описані у 12 | [Visual Guidelines](/static/documents/foundation-visual-guidelines.pdf). 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
[![Node.js на світлому фоні](/static/images/logos/nodejs-new-pantone-black.png)](/static/images/logos/nodejs-new-pantone-black.ai)[![Node.js на темному фоні](/static/images/logos/nodejs-new-pantone-white.png)](/static/images/logos/nodejs-new-pantone-white.ai)
[Node.js звичайний AI](/static/images/logos/nodejs-new-pantone-black.ai)[Node.js інвертований AI](/static/images/logos/nodejs-new-pantone-white.ai)
[![Node.js на світлому фоні](/static/images/logos/nodejs-new-black.png)](/static/images/logos/nodejs-new-black.ai)[![Node.js на темному фоні](/static/images/logos/nodejs-new-white.png)](/static/images/logos/nodejs-new-white.ai)
[Node.js звичайний з меншою кількістю кольорів AI](/static/images/logos/nodejs-new-black.ai)[Node.js інвертований з меншою кількістю кольорів AI](/static/images/logos/nodejs-new-white.ai)
32 | 33 | ## Фони для робочого столу 34 | 35 | ![Screensavers](/static/images/logos/monitor.png) 36 | 37 | Оберіть розширення вашого екрану: [1024 x 768](/static/images/logos/nodejs-1024x768.png) | [1280 x 1024](/static/images/logos/nodejs-1280x1024.png) | [1440 x 900](/static/images/logos/nodejs-1440x900.png) | [1920 x 1200](/static/images/logos/nodejs-1920x1200.png) | [2560 x 1440](/static/images/logos/nodejs-2560x1440.png) 38 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/about/trademark.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: about.hbs 3 | title: Політика торгової марки 4 | --- 5 | # Політика торгової марки 6 | 7 | The Node.js trademarks, service marks, and graphics marks are symbols of the 8 | quality, performance, and ease of use that people have come to associate with 9 | the Node.js software and project. To ensure that the Node.js marks continue to 10 | symbolize these qualities, we must ensure that the marks are only used in ways 11 | that do not mislead people or cause them to confuse Node.js with other software 12 | of lower quality. If we don’t ensure the marks are used in this way, it cannot 13 | only confuse users, it can make it impossible to use the mark to protect 14 | against people who maliciously exploit the mark in the future. The primary goal 15 | of this policy is to make sure that this doesn’t happen to the Node.js mark, so 16 | that the community and users of Node.js are always protected in the future. 17 | 18 | At the same time, we’d like community members to feel comfortable spreading the 19 | word about Node.js and participating in the Node.js community. Keeping that 20 | goal in mind, we’ve tried to make the policy as flexible and easy to understand 21 | as legally possible. 22 | 23 | Please read the [full policy](/static/documents/trademark-policy.pdf). 24 | If you have any questions don't hesistate to 25 | [email us](mailto:trademark@nodejs.org). 26 | 27 | Guidelines for the visual display of the Node.js mark are described in 28 | the [Visual Guidelines](/static/documents/foundation-visual-guidelines.pdf). 29 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/advisory-board/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Advisory Board 3 | layout: category-index.hbs 4 | listing: true 5 | robots: noindex, follow 6 | --- 7 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/advisory-board/listening-to-the-community.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Listening to the Community 3 | date: 2014-12-05T21:30:00.000Z 4 | author: Advisory Board 5 | slug: listening-to-the-community 6 | layout: blog-post.hbs 7 | --- 8 | 9 | We assembled the Node.js Advisory Board (AB) to listen to the community and 10 | make the necessary changes to have a unified direction for Node.js, a 11 | passionate group of developers, a vibrant ecosystem of product and service 12 | providers, and a satisfied user base. Over the last month we have made great 13 | progress on an open governance model, API standards, IP management, and 14 | transparency to ensure the project is community-driven. These efforts 15 | explicitly target helping resolve conflicts and with the goal of moving the 16 | community forward together. It is important that we understand voices of 17 | dissent and frustration and work together to build the greater ecosystem. We 18 | are committed to this goal. 19 | 20 | Node.js remains the trusted platform that users rely on for creative projects 21 | and to drive business goals. The v0.12 release will ship shortly and the 22 | project team is already engaged in discussions about the next release. 23 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/announcements/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Announcements 3 | layout: category-index.hbs 4 | listing: true 5 | robots: noindex, follow 6 | --- 7 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/announcements/welcome-google.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Welcome Google Cloud Platform! 3 | date: 2016-03-29T13:00:00.000Z 4 | status: publish 5 | category: Annoucements 6 | slug: welcome-google 7 | layout: blog-post.hbs 8 | --- 9 | 10 | Google Cloud Platform joined the Node.js Foundation today. This news comes on the heels of the Node.js runtime going into beta on [Google App Engine](https://cloudplatform.googleblog.com/2016/03/Node.js-on-Google-App-Engine-goes-beta.html), a platform that makes it easy to build scalable web applications and mobile backends across a variety of programming languages. 11 | 12 | In the industry, there’s been a lot of conversations around a third wave of cloud computing that focuses less on infrastructure and more on microservices and container architectures. Node.js, which is a cross-platform runtime environment that consists of open source modules, is a perfect platform for these types of environments. It’s incredibly resource-efficient, high performing and well-suited to scalability. This is one of the main reasons why Node.js is heavily used by IoT developers who are working with microservices environments. 13 | 14 | “Node.js is emerging as the platform in the center of a broad full stack, consisting of front end, back end, devices and the cloud,” said Mikeal Rogers, community manager of the Node.js Foundation. “By joining the Node.js Foundation, Google is increasing its investment in Node.js and deepening its involvement in a vibrant community. Having more companies join the Node.js Foundation helps solidify Node.js as a leading universal development environment.” 15 | 16 | Along with joining the Node.js Foundation, Google develops the V8 JavaScript engine which powers Chrome and Node.js. The V8 team is working on infrastructural changes to improve the Node.js development workflow, including making it easier to build and test Node.js on V8’s continuous integration system. Google V8 contributors are also involved in the Core Technical Committee. 17 | 18 | The Node.js Foundation is very excited to have Google Cloud Platform join our community and look forward to helping developers continue to use Node.js everywhere. 19 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/community/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Community 3 | layout: category-index.hbs 4 | listing: true 5 | robots: noindex, follow 6 | --- 7 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/community/transitions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Transitions 3 | author: Scott Hammond 4 | date: 2015-05-08T18:00:00.000Z 5 | status: publish 6 | category: Community 7 | slug: transitions 8 | layout: blog-post.hbs 9 | --- 10 | 11 | In February, we announced the [Node.js 12 | Foundation](https://www.joyent.com/blog/introducing-the-nodejs-foundation), 13 | which will steward Node.js moving forward and open its future up to the 14 | community in a fashion that has not been available before. Organizations like 15 | IBM, SAP, Apigee, F5, Fidelity, Microsoft, PayPal, Red Hat, and others are 16 | sponsoring the Foundation, and they’re adding more contributors to the project. 17 | The mission of the Foundation is to accelerate the adoption of Node and ensure 18 | that the project is driven by the community under a transparent, open governance 19 | model. 20 | 21 | Under the aegis of the Foundation, the Node.js project is entering the next 22 | phase of maturity and adopting a model in which there is no BD or project lead. 23 | Instead, the technical direction of the project will be established by a 24 | technical steering committee run with an open governance model. There has been a 25 | lot of discussion on the dev policies and [governance 26 | model](https://github.com/joyent/nodejs-advisory-board/tree/master/governance-proposal) 27 | on Github. As we move toward the Foundation model, the core team on Node.js is 28 | already adopting some of these policies [as shown 29 | here](https://github.com/joyent/node-website/pull/111). 30 | 31 | As we open a new chapter with the Foundation, we also close a remarkable chapter 32 | in Node.js, as TJ Fontaine will be stepping back from his post as Node.js 33 | Project Lead. TJ has come to be an integral member of our team, and his 34 | contributions will have long-lasting effects on the future of Node.js. Although 35 | he will not be as active, TJ will continue to act as a resource for helping the 36 | Node.js project as needed. 37 | 38 | I would like to thank TJ for his time and contributions to Node.js and to 39 | Joyent. I have witnessed firsthand the kind of impact he can have on a team, and 40 | his technical chops will be missed. As we take this next major step in the 41 | growth of Node.js, we wish TJ luck in his future endeavors. 42 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/feature/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Features 3 | layout: category-index.hbs 4 | listing: true 5 | robots: noindex, follow 6 | --- 7 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: blog-index.hbs 3 | paginate: blog 4 | --- 5 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/module/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Modules 3 | layout: category-index.hbs 4 | listing: true 5 | robots: noindex, follow 6 | --- 7 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/npm/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: NPM 3 | layout: category-index.hbs 4 | listing: true 5 | robots: noindex, follow 6 | --- 7 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Releases 3 | layout: category-index.hbs 4 | listing: true 5 | robots: noindex, follow 6 | --- 7 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.4.10.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.4.10 3 | title: Node v0.4.10 4 | author: ryandahl 5 | date: 2011-07-20T14:36:38.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-4-10 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.07.19, Version 0.4.10 (stable) 13 | 25 | 26 | Download: https://nodejs.org/dist/node-v0.4.10.tar.gz 27 | Website: https://nodejs.org/docs/v0.4.10 28 | Documentation: https://nodejs.org/docs/v0.4.10/api 29 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.4.11.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.4.11 3 | title: Node v0.4.11 4 | author: ryandahl 5 | date: 2011-08-18T08:44:42.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-4-11 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.08.17, Version 0.4.11 (stable) 13 | 34 | 35 | 36 | 37 | 38 | Download: https://nodejs.org/dist/node-v0.4.11.tar.gz 39 | 40 | Website: https://nodejs.org/docs/v0.4.11/ 41 | 42 | Documentation: https://nodejs.org/docs/v0.4.11/api/ 43 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.4.12.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.4.12 3 | title: Node v0.4.12 4 | author: ryandahl 5 | date: 2011-09-16T00:32:07.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-4-12 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.09.15, Version 0.4.12 (stable) 13 | 14 | 25 | 26 | 27 | 28 | Download: https://nodejs.org/dist/node-v0.4.12.tar.gz 29 | 30 | Website: https://nodejs.org/docs/v0.4.12/ 31 | 32 | Documentation: https://nodejs.org/docs/v0.4.12/api/ 33 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.4.3.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.4.3 3 | title: Node v0.4.3 4 | author: ryandahl 5 | date: 2011-03-19T05:17:59.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-4-3 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.03.18, Version 0.4.3 (stable) 13 | 25 | 26 | 27 | 28 | Download: https://nodejs.org/dist/node-v0.4.3.tar.gz 29 | 30 | Website: https://nodejs.org/docs/v0.4.3/ 31 | 32 | Documentation: https://nodejs.org/docs/v0.4.3/api 33 | 34 | Announcement 35 | 36 | commit 37 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.4.4.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.4.4 3 | title: Node v0.4.4 4 | author: ryandahl 5 | date: 2011-03-26T15:58:45.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-4-4 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.03.26, Version 0.4.4 (stable) 13 | 21 | 22 | 23 | 24 | Download: https://nodejs.org/dist/node-v0.4.4.tar.gz 25 | 26 | Website: https://nodejs.org/docs/v0.4.4 27 | 28 | Documentation: https://nodejs.org/docs/v0.4.4/api 29 | 30 | announcement 31 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.4.5.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.4.5 3 | title: node v0.4.5 4 | author: ryandahl 5 | date: 2011-04-02T09:04:58.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-4-5 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.04.01, Version 0.4.5 (stable) 13 | 22 | 23 | 24 | 25 | Download: https://nodejs.org/dist/node-v0.4.5.tar.gz 26 | 27 | Website: https://nodejs.org/docs/v0.4.5 28 | 29 | Documentation: https://nodejs.org/docs/v0.4.5/api 30 | 31 | 32 | announcement 33 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.4.6.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.4.6 3 | title: Node v0.4.6 4 | author: ryandahl 5 | date: 2011-04-14T12:00:30.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-4-6 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.04.13, Version 0.4.6 (stable) 13 | 25 | 26 | Download: https://nodejs.org/dist/node-v0.4.6.tar.gz 27 | 28 | Website: https://nodejs.org/docs/v0.4.6/ 29 | 30 | Documentation: https://nodejs.org/docs/v0.4.6/api/ 31 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.4.7.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.4.7 3 | title: Node v0.4.7 4 | author: ryandahl 5 | date: 2011-04-23T07:47:55.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-4-7 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.04.22, Version 0.4.7 (stable) 13 | 20 | 21 | 22 | Download: https://nodejs.org/dist/node-v0.4.7.tar.gz 23 | 24 | Website: https://nodejs.org/docs/v0.4.7/ 25 | 26 | Documentation: https://nodejs.org/docs/v0.4.7/api 27 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.4.8.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.4.8 3 | title: Node v0.4.8 4 | author: ryandahl 5 | date: 2011-05-21T14:06:00.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-4-8 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.05.20, Version 0.4.8 (stable) 13 | 14 | * #974 Properly report traceless errors (isaacs) 15 | 16 | * #983 Better JSON.parse error detection in REPL (isaacs) 17 | 18 | * #836 Agent socket errors bubble up to req only if req exists 19 | 20 | * #1041 Fix event listener leak check timing (koichik) 21 | 22 | * #1038 Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR" 23 | (koichik) 24 | 25 | * #1073 Share SSL context between server connections (Fedor Indutny) 26 | 27 | * Disable compression with OpenSSL. Improves memory perf. 28 | 29 | * Implement os.totalmem() and os.freemem() for SunOS (Alexandre Marangone) 30 | 31 | * Fix a special characters in URL regression (isaacs) 32 | 33 | * Fix idle timeouts in HTTPS (Felix Geisendörfer) 34 | 35 | * SlowBuffer.write() with 'ucs2' throws ReferenceError. (koichik) 36 | 37 | * http.ServerRequest 'close' sometimes gets an error argument 38 | (Felix Geisendörfer) 39 | 40 | * Doc improvements 41 | 42 | * cleartextstream.destroy() should close(2) the socket. Previously was being 43 | mapped to a shutdown(2) syscall. 44 | 45 | * No longer compile out asserts and debug statements in normal build. 46 | 47 | * Debugger improvements. 48 | 49 | * Upgrade V8 to 3.1.8.16. 50 | 51 | 52 | 53 | 54 | Website: https://nodejs.org/docs/v0.4.8/ 55 | 56 | Download: https://nodejs.org/dist/node-v0.4.8.tar.gz 57 | 58 | Documentation: https://nodejs.org/docs/v0.4.8/api/ 59 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.4.9.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.4.9 3 | title: Node v0.4.9 4 | author: ryandahl 5 | date: 2011-06-29T18:41:05.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-4-9 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.06.29, Version 0.4.9 (stable) 27 | 28 | 29 | Download: https://nodejs.org/dist/node-v0.4.9.tar.gz 30 | 31 | Website: https://nodejs.org/docs/v0.4.9 32 | 33 | Documentation: https://nodejs.org/docs/v0.4.9/api 34 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.5.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.5.0 3 | title: Node v0.5.0 (Unstable) 4 | author: ryandahl 5 | date: 2011-07-06T09:23:17.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-5-0-unstable 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.07.05, Version 0.5.0 (unstable) 13 | 14 |
  • New non-default libuv backend to support IOCP on Windows. Use --use-uv to enable. 15 |
  • deprecate http.cat 16 |
  • docs improved. 17 |
  • add child_process.fork 18 |
  • add fs.utimes() and fs.futimes() support (Ben Noordhuis) 19 |
  • add process.uptime() (Tom Huges) 20 |
  • add path.relative (Tony Huang) 21 |
  • add os.getNetworkInterfaces() 22 |
  • add remoteAddress and remotePort for client TCP connections (Brian White) 23 |
  • add secureOptions flag, setting ciphers, SSL_OP_CRYPTOPRO_TLSEXT_BUG to TLS (Theo Schlossnagle) 24 |
  • add process.arch (Nathan Rajlich) 25 |
  • add reading/writing of floats and doubles from/to buffers (Brian White) 26 |
  • Allow script to be read from stdin 27 |
  • #477 add Buffer::fill method to do memset (Konstantin Käfer) 28 |
  • #573 Diffie-Hellman support to crypto module (Håvard Stranden) 29 |
  • #695 add 'hex' encoding to buffer (isaacs) 30 |
  • #851 Update how REPLServer uses contexts (Ben Weaver) 31 |
  • #853 add fs.lchow, fs.lchmod, fs.fchmod, fs.fchown (isaacs) 32 |
  • #889 Allow to remove all EventEmitter listeners at once (Felix Geisendörfer) 33 |
  • #926 OpenSSL NPN support (Fedor Indutny) 34 |
  • #955 Change ^C handling in REPL (isaacs) 35 |
  • #979 add support for Unix Domain Sockets to HTTP (Mark Cavage) 36 |
  • #1173 #1170 add AMD, asynchronous module definition (isaacs) 37 |
  • DTrace probes: support X-Forwarded-For (Dave Pacheco) 38 | Download: https://nodejs.org/dist/node-v0.5.0.tar.gz 39 | 40 | Website: https://nodejs.org/docs/v0.5.0/ 41 | 42 | Documentation: https://nodejs.org/docs/v0.5.0/api/ 43 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.5.1.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.5.1 3 | title: Node v0.5.1 4 | author: ryandahl 5 | date: 2011-07-15T06:48:08.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-5-1 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.07.14, Version 0.5.1 (unstable) 13 | 23 | 24 | 25 | 26 | 27 | Download: https://nodejs.org/dist/v0.5.1/node-v0.5.1.tar.gz 28 | 29 | Windows Build: https://nodejs.org/dist/v0.5.1/node.exe 30 | 31 | Documentation: https://nodejs.org/dist/v0.5.1/docs/api/ 32 | 33 | Website: https://nodejs.org/dist/v0.5.1/docs 34 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.5.10.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.5.10 3 | title: Node v0.5.10 4 | author: ryandahl 5 | date: 2011-10-22T02:12:31.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-5-10 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.10.21, Version 0.5.10 (unstable) 13 | 35 | 36 | 37 | 38 | Download: https://nodejs.org/dist/v0.5.10/node-v0.5.10.tar.gz 39 | 40 | Windows Executable: https://nodejs.org/dist/v0.5.10/node.exe 41 | 42 | Website: https://nodejs.org/docs/v0.5.10/ 43 | 44 | Documentation: https://nodejs.org/docs/v0.5.10/api/ 45 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.5.2.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.5.2 3 | title: Node v0.5.2 4 | author: ryandahl 5 | date: 2011-07-22T18:40:22.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-5-2 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.07.22, Version 0.5.2 (unstable) 13 | 23 | 24 | Download: https://nodejs.org/dist/v0.5.2/node-v0.5.2.tar.gz 25 | 26 | Windows Executable: https://nodejs.org/dist/v0.5.2/node.exe 27 | 28 | Website: https://nodejs.org/dist/v0.5.2/docs/ 29 | 30 | Documentation: https://nodejs.org/dist/v0.5.2/docs/api 31 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.5.3.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.5.3 3 | title: Node v0.5.3 4 | author: ryandahl 5 | date: 2011-08-02T15:03:06.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-5-3 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.08.01, Version 0.5.3 (unstable) 13 | 14 | 47 | 48 | 49 | 50 | Download: https://nodejs.org/dist/v0.5.3/node-v0.5.3.tar.gz 51 | 52 | Windows Executable: https://nodejs.org/dist/v0.5.3/node.exe 53 | 54 | Website: https://nodejs.org/dist/v0.5.3/docs 55 | 56 | Documentation: https://nodejs.org/dist/v0.5.3/docs/api 57 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.5.4.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.5.4 3 | title: Node v0.5.4 4 | author: ryandahl 5 | date: 2011-08-12T15:38:26.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-5-4 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.08.12, Version 0.5.4 (unstable) 13 | 14 | 31 | 32 | 33 | Download: https://nodejs.org/dist/v0.5.4/node-v0.5.4.tar.gz 34 | 35 | Windows Executable: https://nodejs.org/dist/v0.5.4/node.exe 36 | 37 | Website: https://nodejs.org/dist/v0.5.4/docs 38 | 39 | Documentation: https://nodejs.org/dist/v0.5.4/docs/api 40 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.5.5.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.5.5 3 | title: Node v0.5.5 4 | author: bennoordhuis 5 | date: 2011-08-27T06:20:10.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-5-5 9 | layout: blog-post.hbs 10 | --- 11 | 12 |

    2011.08.26, Version 0.5.5 (unstable)

    13 | 37 |

    Download: https://nodejs.org/dist/node-v0.5.5.tar.gz

    38 |

    Windows Executable: https://nodejs.org/dist/v0.5.5/node.exe

    39 |

    Website: https://nodejs.org/docs/v0.5.5/

    40 |

    Documentation: https://nodejs.org/docs/v0.5.5/api/

    41 |

    42 | 43 | Update: The .exe has a bug that results in incompatibility with Windows XP and Server 2003. This has been reported in issue #1592 and fixed. A new binary was made that is compatibile with the older Windows: https://nodejs.org/dist/v0.5.5/node-186364e.exe. 44 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.5.7.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.5.7 3 | title: Node v0.5.7 (unstable) 4 | author: ryandahl 5 | date: 2011-09-17T01:57:03.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-5-7-unstable 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.09.16, Version 0.5.7 (unstable) 13 | 29 | 30 | 31 | 32 | Download: https://nodejs.org/dist/v0.5.7/node-v0.5.7.tar.gz 33 | 34 | Windows Executable: https://nodejs.org/dist/v0.5.7/node.exe 35 | 36 | Website: https://nodejs.org/docs/v0.5.7/ 37 | 38 | Documentation: https://nodejs.org/docs/v0.5.7/api/ 39 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.5.8.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.5.8 3 | title: Node v0.5.8 4 | author: ryandahl 5 | date: 2011-09-30T23:47:11.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-5-8 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.09.30, Version 0.5.8 (unstable) 22 | 23 | Download: https://nodejs.org/dist/v0.5.8/node-v0.5.8.tar.gz 24 | 25 | Windows Executable: https://nodejs.org/dist/v0.5.8/node.exe 26 | 27 | Website: https://nodejs.org/docs/v0.5.8/ 28 | 29 | Documentation: https://nodejs.org/docs/v0.5.8/api/ 30 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.5.9.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.5.9 3 | title: Node v0.5.9 4 | author: ryandahl 5 | date: 2011-10-11T02:06:21.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-5-9 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.10.10, Version 0.5.9 (unstable) 13 | 22 | 23 | 24 | Download: https://nodejs.org/dist/v0.5.9/node-v0.5.9.tar.gz 25 | 26 | Windows Executable: https://nodejs.org/dist/v0.5.9/node.exe 27 | 28 | Website: https://nodejs.org/docs/v0.5.9/ 29 | 30 | Documentation: https://nodejs.org/docs/v0.5.9/api/ 31 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.1.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.1 3 | title: Node v0.6.1 4 | author: ryandahl 5 | date: 2011-11-11T23:34:15.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-6-1 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.11.11, Version 0.6.1 (stable) 13 | 26 | 27 | 28 | Source Code: https://nodejs.org/dist/v0.6.1/node-v0.6.1.tar.gz 29 | 30 | Windows Installer: https://nodejs.org/dist/v0.6.1/node-v0.6.1.msi 31 | 32 | Macintosh Installer: https://nodejs.org/dist/v0.6.1/node-v0.6.1.pkg 33 | 34 | Website: https://nodejs.org/docs/v0.6.1/ 35 | 36 | Documentation: https://nodejs.org/docs/v0.6.1/api/ 37 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.10.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.10 3 | title: Node v0.6.10 4 | author: Isaac Schlueter 5 | date: 2012-02-03T01:22:03.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-6-10 9 | layout: blog-post.hbs 10 | --- 11 | 12 |

    2012.02.02, Version 0.6.10 (stable)

    13 | 14 |

    Source Code: https://nodejs.org/dist/v0.6.10/node-v0.6.10.tar.gz

    26 | 27 |

    Windows Installer: https://nodejs.org/dist/v0.6.10/node-v0.6.10.msi

    28 | 29 |

    Macintosh Installer: https://nodejs.org/dist/v0.6.10/node-v0.6.10.pkg

    30 | 31 |

    Website: https://nodejs.org/docs/v0.6.10/

    32 | 33 |

    Documentation: https://nodejs.org/docs/v0.6.10/api/

    34 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.13.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.13 3 | title: Version 0.6.13 (stable) 4 | author: Isaac Schlueter 5 | date: 2012-03-15T17:37:02.000Z 6 | status: publish 7 | category: release 8 | slug: version-0-6-13-stable 9 | layout: blog-post.hbs 10 | --- 11 | 12 |

    2012.03.15 Version 0.6.13 (stable) 13 | 14 |

    15 | 40 |

    Source Code: https://nodejs.org/dist/v0.6.13/node-v0.6.13.tar.gz 41 | 42 |

    43 |

    Windows Installer: https://nodejs.org/dist/v0.6.13/node-v0.6.13.msi 44 | 45 |

    46 |

    Macintosh Installer: https://nodejs.org/dist/v0.6.13/node-v0.6.13.pkg 47 | 48 |

    49 |

    Website: https://nodejs.org/docs/v0.6.13/ 50 | 51 |

    52 |

    Documentation: https://nodejs.org/docs/v0.6.13/api/ 53 |

    54 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.14.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.14 3 | title: Version 0.6.14 (stable) 4 | author: Isaac Schlueter 5 | date: 2012-03-23T18:22:22.000Z 6 | status: publish 7 | category: release 8 | slug: version-0-6-14-stable 9 | layout: blog-post.hbs 10 | --- 11 | 12 |

    2012.03.22 Version 0.6.14 (stable) 13 | 14 |

    15 | 39 |

    Source Code: https://nodejs.org/dist/v0.6.14/node-v0.6.14.tar.gz 40 | 41 |

    42 |

    Windows Installer: https://nodejs.org/dist/v0.6.14/node-v0.6.14.msi 43 | 44 |

    45 |

    Windows x64 Files: https://nodejs.org/dist/v0.6.14/x64/ 46 | 47 |

    48 |

    Macintosh Installer (Universal): https://nodejs.org/dist/v0.6.14/node-v0.6.14.pkg 49 | 50 |

    51 |

    Other release files: https://nodejs.org/dist/v0.6.14/ 52 | 53 |

    54 |

    Website: https://nodejs.org/docs/v0.6.14/ 55 | 56 |

    57 |

    Documentation: https://nodejs.org/docs/v0.6.14/api/ 58 |

    59 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.15.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.15 3 | title: Version 0.6.15 (stable) 4 | author: Isaac Schlueter 5 | date: 2012-04-09T17:39:18.000Z 6 | status: publish 7 | category: release 8 | slug: version-0-6-15-stable 9 | layout: blog-post.hbs 10 | --- 11 | 12 |

    2012.04.09 Version 0.6.15 (stable) 13 | 14 |

    15 | 37 |

    Source Code: https://nodejs.org/dist/v0.6.15/node-v0.6.15.tar.gz 38 | 39 |

    40 |

    Windows Installer: https://nodejs.org/dist/v0.6.15/node-v0.6.15.msi 41 | 42 |

    43 |

    Windows x64 Files: https://nodejs.org/dist/v0.6.15/x64/ 44 | 45 |

    46 |

    Macintosh Installer (Universal): https://nodejs.org/dist/v0.6.15/node-v0.6.15.pkg 47 | 48 |

    49 |

    Other release files: https://nodejs.org/dist/v0.6.15/ 50 | 51 |

    52 |

    Website: https://nodejs.org/docs/v0.6.15/ 53 | 54 |

    55 |

    Documentation: https://nodejs.org/docs/v0.6.15/api/ 56 |

    57 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.16.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.16 3 | title: Version 0.6.16 (stable) 4 | author: Isaac Schlueter 5 | date: 2012-04-30T18:13:50.000Z 6 | status: publish 7 | category: release 8 | slug: version-0-6-16-stable 9 | layout: blog-post.hbs 10 | --- 11 | 12 |

    2012.04.30 Version 0.6.16 (stable) 13 | 14 |

    15 | 43 |

    Source Code: https://nodejs.org/dist/v0.6.16/node-v0.6.16.tar.gz 44 | 45 |

    46 |

    Windows Installer: https://nodejs.org/dist/v0.6.16/node-v0.6.16.msi 47 | 48 |

    49 |

    Windows x64 Files: https://nodejs.org/dist/v0.6.16/x64/ 50 | 51 |

    52 |

    Macintosh Installer (Universal): https://nodejs.org/dist/v0.6.16/node-v0.6.16.pkg 53 | 54 |

    55 |

    Other release files: https://nodejs.org/dist/v0.6.16/ 56 | 57 |

    58 |

    Website: https://nodejs.org/docs/v0.6.16/ 59 | 60 |

    61 |

    Documentation: https://nodejs.org/docs/v0.6.16/api/ 62 |

    63 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.17.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.17 3 | title: Version 0.6.17 (stable) 4 | author: Isaac Schlueter 5 | date: 2012-05-04T20:33:12.000Z 6 | status: publish 7 | category: release 8 | slug: version-0-6-17-stable 9 | layout: blog-post.hbs 10 | --- 11 | 12 |

    2012.05.04 Version 0.6.17 (stable) 13 | 14 |

    15 | 31 |

    Source Code: https://nodejs.org/dist/v0.6.17/node-v0.6.17.tar.gz 32 | 33 |

    34 |

    Windows Installer: https://nodejs.org/dist/v0.6.17/node-v0.6.17.msi 35 | 36 |

    37 |

    Windows x64 Files: https://nodejs.org/dist/v0.6.17/x64/ 38 | 39 |

    40 |

    Macintosh Installer (Universal): https://nodejs.org/dist/v0.6.17/node-v0.6.17.pkg 41 | 42 |

    43 |

    Other release files: https://nodejs.org/dist/v0.6.17/ 44 | 45 |

    46 |

    Website: https://nodejs.org/docs/v0.6.17/ 47 | 48 |

    49 |

    Documentation: https://nodejs.org/docs/v0.6.17/api/ 50 |

    51 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.18.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.18 3 | title: Version 0.6.18 (stable) 4 | author: Isaac Schlueter 5 | date: 2012-05-15T17:06:13.000Z 6 | status: publish 7 | category: release 8 | slug: version-0-6-18-stable 9 | layout: blog-post.hbs 10 | --- 11 | 12 |

    2012.05.15 Version 0.6.18 (stable) 13 | 14 |

    15 | 43 |

    Source Code: https://nodejs.org/dist/v0.6.18/node-v0.6.18.tar.gz 44 | 45 |

    46 |

    Windows Installer: https://nodejs.org/dist/v0.6.18/node-v0.6.18.msi 47 | 48 |

    49 |

    Windows x64 Files: https://nodejs.org/dist/v0.6.18/x64/ 50 | 51 |

    52 |

    Macintosh Installer (Universal): https://nodejs.org/dist/v0.6.18/node-v0.6.18.pkg 53 | 54 |

    55 |

    Other release files: https://nodejs.org/dist/v0.6.18/ 56 | 57 |

    58 |

    Website: https://nodejs.org/docs/v0.6.18/ 59 | 60 |

    61 |

    Documentation: https://nodejs.org/docs/v0.6.18/api/ 62 |

    63 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.2.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.2 3 | title: Node v0.6.2 4 | author: bennoordhuis 5 | date: 2011-11-18T23:35:32.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-6-2 9 | layout: blog-post.hbs 10 | --- 11 | 12 |

    2011.11.18, Version 0.6.2 (stable)

    13 | 26 |

    Source Code: https://nodejs.org/dist/v0.6.2/node-v0.6.2.tar.gz

    27 |

    Windows Installer: https://nodejs.org/dist/v0.6.2/node-v0.6.2.msi

    28 |

    Macintosh Installer: https://nodejs.org/dist/v0.6.2/node-v0.6.2.pkg

    29 |

    Website: https://nodejs.org/docs/v0.6.2/

    30 |

    Documentation: https://nodejs.org/docs/v0.6.2/api/

    31 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.20.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.20 3 | title: Version 0.6.20 (maintenance) 4 | category: release 5 | slug: node-v0-6-20-maintenance 6 | date: 2012-07-10T16:00:00.000Z 7 | layout: blog-post.hbs 8 | --- 9 | 10 | 2012.07.10 Version 0.6.20 (maintenance) 11 | 12 | * npm: Upgrade to 1.1.37 (isaacs) 13 | 14 | * benchmark: Backport improvements made in master (isaacs) 15 | 16 | * build: always link with -lz (Trent Mick) 17 | 18 | * core: use proper #include directives (Ben Noordhuis) 19 | 20 | * cluster: don't silently drop messages when the write queue gets big (Bert Belder) 21 | 22 | * windows: don't print error when GetConsoleTitleW returns an empty string (Bert Belder) 23 | 24 | 25 | Source Code: https://nodejs.org/dist/v0.6.20/node-v0.6.20.tar.gz 26 | 27 | Windows Installer: https://nodejs.org/dist/v0.6.20/node-v0.6.20.msi 28 | 29 | Windows x64 Files: https://nodejs.org/dist/v0.6.20/x64/ 30 | 31 | Macintosh Installer (Universal): https://nodejs.org/dist/v0.6.20/node-v0.6.20.pkg 32 | 33 | Other release files: https://nodejs.org/dist/v0.6.20/ 34 | 35 | Website: https://nodejs.org/docs/v0.6.20/ 36 | 37 | Documentation: https://nodejs.org/docs/v0.6.20/api/ 38 | 39 | Shasums: 40 | 41 | ``` 42 | 5029f30e6af79e7a9a1d45396afbe20229059b47 node-v0.6.20.msi 43 | 370105015bae2a77e4da41564ad3df8fcd0acaec node-v0.6.20.pkg 44 | 91da1dde9badd5250f3d4829c47757de0caab84b node-v0.6.20.tar.gz 45 | efa29addd716c175d945ade5dfa2b9ebd7f6fed8 node.exe 46 | aab0e367adcc9fdee479dbe67a32c6b27ee35960 node.exp 47 | ce6c455937f96eb671f44dc731d628849fa8b350 node.lib 48 | a8db5c269de9c3059684f9aa3de5a4cdbd9b3d12 node.pdb 49 | 22f97ba2c678b4c8a1def251269920ee46c90bca x64/node-v0.6.20.msi 50 | 276136ae7f6e2e59d0ae26d434e4d6ab65769957 x64/node.exe 51 | af56811749aa4fe013a36f7bccecfb94587c0afd x64/node.exp 52 | a629af1b4f6f4b82e332c35695fff956bd555f3b x64/node.lib 53 | 3b2d22b20efeb06bf3d86378168d604dbe52eb08 x64/node.pdb 54 | ``` 55 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.21.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.21 3 | title: Version 0.6.21 (maintenance) 4 | category: release 5 | slug: node-v0-6-21-maintenance 6 | date: 2012-08-03T21:44:02.000Z 7 | layout: blog-post.hbs 8 | --- 9 | 10 | 2012.08.03 Version 0.6.21 (maintenance) 11 | 12 | * sunos: work around OS bug to prevent fs.watch() from spinning (Bryan Cantrill) 13 | 14 | * net: make pause/resume work with connecting sockets (Bert Belder) 15 | 16 | 17 | Source Code: https://nodejs.org/dist/v0.6.21/node-v0.6.21.tar.gz 18 | 19 | Windows Installer: https://nodejs.org/dist/v0.6.21/node-v0.6.21.msi 20 | 21 | Windows x64 Files: https://nodejs.org/dist/v0.6.21/x64/ 22 | 23 | Macintosh Installer (Universal): https://nodejs.org/dist/v0.6.21/node-v0.6.21.pkg 24 | 25 | Other release files: https://nodejs.org/dist/v0.6.21/ 26 | 27 | Website: https://nodejs.org/docs/v0.6.21/ 28 | 29 | Documentation: https://nodejs.org/docs/v0.6.21/api/ 30 | 31 | Shasums: 32 | 33 | ``` 34 | 04f58b0da23c3db291d84ac55a924332ad83c427 node-v0.6.21.pkg 35 | 31f564bf34c64b07cae3b9a88a87b4a08bab4dc5 node-v0.6.21.tar.gz 36 | 1e3184fe2cfe7140a88b5dcc9c2ec7d32f1f5af5 node.exe 37 | b8887a056152622c08ee10f5867bd27910260477 node.exp 38 | c6468ffe2e145e7db1bb3e2d66adb9f5d50271ad node.lib 39 | 2a896bcb7c83f2fa710650116580daf4ac5e6c4c node.msi 40 | 207441e8c3dc184c478367b775dc7ece1ee36501 node.pdb 41 | 715ad9946db5f97c54a53bdea6bbe9ba69f2f299 x64/node.exe 42 | 2fa2c2d82fedeec1ed8be5d908b790f473d4a7c2 x64/node.exp 43 | b403cb71d4cf21e97a78d446403cedc9795bcf69 x64/node.lib 44 | ef47520dbc6a1a68ec37d290c421031cfd670048 x64/node.msi 45 | fb15e3991c420f3ae67ade92b11b07bb9112124a x64/node.pdb 46 | ``` 47 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.3.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.3 3 | title: Node v0.6.3 4 | author: piscisaureus 5 | date: 2011-11-25T10:54:08.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-6-3 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.11.25, Version 0.6.3 (stable) 13 | 25 | Source Code: https://nodejs.org/dist/v0.6.3/node-v0.6.3.tar.gz 26 | 27 | Windows Installer: https://nodejs.org/dist/v0.6.3/node-v0.6.3.msi 28 | 29 | Macintosh Installer: https://nodejs.org/dist/v0.6.3/node-v0.6.3.pkg 30 | 31 | Website: https://nodejs.org/docs/v0.6.3/ 32 | 33 | Documentation: https://nodejs.org/docs/v0.6.3/api/ 34 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.4.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.4 3 | title: Node v0.6.4 4 | author: bennoordhuis 5 | date: 2011-12-02T02:20:14.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-6-4 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.12.02, Version 0.6.4 (stable) 13 | 26 | Source Code: https://nodejs.org/dist/v0.6.4/node-v0.6.4.tar.gz 27 | 28 | Windows Installer: https://nodejs.org/dist/v0.6.4/node-v0.6.4.msi 29 | 30 | Macintosh Installer: https://nodejs.org/dist/v0.6.4/node-v0.6.4.pkg 31 | 32 | Website: https://nodejs.org/docs/v0.6.4/ 33 | 34 | Documentation: https://nodejs.org/docs/v0.6.4/api/ 35 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.5.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.5 3 | title: Node v0.6.5 4 | author: ryandahl 5 | date: 2011-12-04T08:59:57.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-6-5 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.12.04, Version 0.6.5 (stable) 13 | 15 | 16 | Source Code: https://nodejs.org/dist/v0.6.5/node-v0.6.5.tar.gz 17 | 18 | Windows Installer: https://nodejs.org/dist/v0.6.5/node-v0.6.5.msi 19 | 20 | Macintosh Installer: https://nodejs.org/dist/v0.6.5/node-v0.6.5.pkg 21 | 22 | Website: https://nodejs.org/docs/v0.6.5/ 23 | 24 | Documentation: https://nodejs.org/docs/v0.6.5/api/ 25 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.6.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.6 3 | title: Node v0.6.6 4 | author: Isaac Schlueter 5 | date: 2011-12-15T19:07:57.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-6-6 9 | layout: blog-post.hbs 10 | --- 11 | 12 | 2011.12.14, Version 0.6.6 (stable) 13 | 14 | 26 | 27 | Source Code: https://nodejs.org/dist/v0.6.6/node-v0.6.6.tar.gz 28 | 29 | Windows Installer: https://nodejs.org/dist/v0.6.6/node-v0.6.6.msi 30 | 31 | Macintosh Installer: https://nodejs.org/dist/v0.6.6/node-v0.6.6.pkg 32 | 33 | Website: https://nodejs.org/docs/v0.6.6/ 34 | 35 | Documentation: https://nodejs.org/docs/v0.6.6/api/ 36 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.7.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.7 3 | title: Node v0.6.7 4 | author: Isaac Schlueter 5 | date: 2012-01-07T01:54:49.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-6-7 9 | layout: blog-post.hbs 10 | --- 11 | 12 |

    2012.01.06, Version 0.6.7 (stable)

    13 | 14 | 35 | 36 |

    Source Code: https://nodejs.org/dist/v0.6.7/node-v0.6.7.tar.gz

    37 | 38 |

    Windows Installer: https://nodejs.org/dist/v0.6.7/node-v0.6.7.msi

    39 | 40 |

    Macintosh Installer: https://nodejs.org/dist/v0.6.7/node-v0.6.7.pkg

    41 | 42 |

    Website: https://nodejs.org/docs/v0.6.7/

    43 | 44 |

    Documentation: https://nodejs.org/docs/v0.6.7/api/

    45 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.8.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.8 3 | title: Node v0.6.8 4 | author: Isaac Schlueter 5 | date: 2012-01-20T03:59:53.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-6-8 9 | layout: blog-post.hbs 10 | --- 11 | 12 |

    2012.01.19, Version 0.6.8 (stable)

    13 | 14 |

    Source Code: https://nodejs.org/dist/v0.6.8/node-v0.6.8.tar.gz

    27 | 28 |

    Windows Installer: https://nodejs.org/dist/v0.6.8/node-v0.6.8.msi

    29 | 30 |

    Macintosh Installer: https://nodejs.org/dist/v0.6.8/node-v0.6.8.pkg

    31 | 32 |

    Website: https://nodejs.org/docs/v0.6.8/

    33 | 34 |

    Documentation: https://nodejs.org/docs/v0.6.8/api/

    35 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.6.9.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.6.9 3 | title: Node v0.6.9 4 | author: Isaac Schlueter 5 | date: 2012-01-28T00:58:18.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-6-9 9 | layout: blog-post.hbs 10 | --- 11 | 12 |

    2012.01.27, Version 0.6.9 (stable)

    13 | 14 |

    Source Code: https://nodejs.org/dist/v0.6.9/node-v0.6.9.tar.gz

    26 | 27 |

    Windows Installer: https://nodejs.org/dist/v0.6.9/node-v0.6.9.msi

    28 | 29 |

    Macintosh Installer: https://nodejs.org/dist/v0.6.9/node-v0.6.9.pkg

    30 | 31 |

    Website: https://nodejs.org/docs/v0.6.9/

    32 | 33 |

    Documentation: https://nodejs.org/docs/v0.6.9/api/

    34 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.7.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.7.0 3 | title: Node v0.7.0 (Unstable) 4 | author: ryandahl 5 | date: 2012-01-17T03:58:28.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-7-0-unstable 9 | layout: blog-post.hbs 10 | --- 11 | 12 | This is the first release in the unstable v0.7 series. Almost all users will want to remain using the stable v0.6 releases. 13 | 14 | 2012.01.16, Version 0.7.0 (unstable) 15 | 22 | 23 | 24 | Source Code: https://nodejs.org/dist/v0.7.0/node-v0.7.0.tar.gz 25 | 26 | Windows Installer: https://nodejs.org/dist/v0.7.0/node-v0.7.0.msi 27 | 28 | Macintosh Installer: https://nodejs.org/dist/v0.7.0/node-v0.7.0.pkg 29 | 30 | Website: https://nodejs.org/docs/v0.7.0/ 31 | 32 | Documentation: https://nodejs.org/docs/v0.7.0/api/ 33 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.7.1.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.7.1 3 | title: Node v0.7.1 4 | author: Isaac Schlueter 5 | date: 2012-01-24T01:35:59.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-7-1 9 | layout: blog-post.hbs 10 | --- 11 | 12 |

    2012.01.23, Version 0.7.1 (unstable)

    13 | 14 | 24 | 25 |

    Source: https://nodejs.org/dist/v0.7.1/node-v0.7.1.tar.gz

    26 | 27 |

    Windows Installer: https://nodejs.org/dist/v0.7.1/node-v0.7.1.msi

    28 | 29 |

    Macintosh Installer: https://nodejs.org/dist/v0.7.1/node-v0.7.1.pkg

    30 | 31 |

    Website: https://nodejs.org/docs/v0.7.1/

    32 | 33 |

    Documentation: https://nodejs.org/docs/v0.7.1/api/

    34 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.7.2.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.7.2 3 | title: Node v0.7.2 (unstable) 4 | author: Isaac Schlueter 5 | date: 2012-02-01T21:13:04.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-7-2-unstable 9 | layout: blog-post.hbs 10 | --- 11 | 12 |

    2012.02.01, Version 0.7.2 (unstable)

    13 | 14 |

    Source Code: https://nodejs.org/dist/v0.7.2/node-v0.7.2.tar.gz

    28 | 29 |

    Windows Installer: https://nodejs.org/dist/v0.7.2/node-v0.7.2.msi

    30 | 31 |

    Macintosh Installer: https://nodejs.org/dist/v0.7.2/node-v0.7.2.pkg

    32 | 33 |

    Website: https://nodejs.org/docs/v0.7.2/

    34 | 35 |

    Documentation: https://nodejs.org/docs/v0.7.2/api/

    36 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.7.3.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.7.3 3 | title: Node v0.7.3 (unstable) 4 | author: Isaac Schlueter 5 | date: 2012-02-08T01:08:27.000Z 6 | status: publish 7 | category: release 8 | slug: node-v0-7-3 9 | layout: blog-post.hbs 10 | --- 11 | 12 |

    2012.02.07, Version 0.7.3 (unstable) 13 | 14 |

    15 | 29 |

    Source Code: https://nodejs.org/dist/v0.7.3/node-v0.7.3.tar.gz 30 | 31 |

    32 |

    Windows Installer: https://nodejs.org/dist/v0.7.3/node-v0.7.3.msi 33 | 34 |

    35 |

    Macintosh Installer: https://nodejs.org/dist/v0.7.3/node-v0.7.3.pkg 36 | 37 |

    38 |

    Website: https://nodejs.org/docs/v0.7.3/ 39 | 40 |

    41 |

    Documentation: https://nodejs.org/docs/v0.7.3/api/ 42 |

    43 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.7.4.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.7.4 3 | title: Node v0.7.4 (unstable) 4 | author: Isaac Schlueter 5 | date: 2012-02-15T19:38:35.000Z 6 | status: publish 7 | category: release 8 | slug: version-0-7-4-unstable 9 | layout: blog-post.hbs 10 | --- 11 | 12 |

    2012.02.14, Version 0.7.4 (unstable) 13 | 14 |

    15 | 37 |

    Source Code: https://nodejs.org/dist/v0.7.4/node-v0.7.4.tar.gz 38 | 39 |

    40 |

    Windows Installer: https://nodejs.org/dist/v0.7.4/node-v0.7.4.msi 41 | 42 |

    43 |

    Macintosh Installer: https://nodejs.org/dist/v0.7.4/node-v0.7.4.pkg 44 | 45 |

    46 |

    Other release files: https://nodejs.org/dist/v0.7.4/ 47 | 48 |

    49 |

    Website: https://nodejs.org/docs/v0.7.4/ 50 | 51 |

    52 |

    Documentation: https://nodejs.org/docs/v0.7.4/api/ 53 |

    54 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.7.5.md: -------------------------------------------------------------------------------- 1 | --- 2 | version: 0.7.5 3 | title: Version 0.7.5 (unstable) 4 | author: Isaac Schlueter 5 | date: 2012-02-23T22:45:21.000Z 6 | status: publish 7 | category: release 8 | slug: version-0-7-5-unstable 9 | layout: blog-post.hbs 10 | --- 11 | 12 |

    2012.02.23, Version 0.7.5 (unstable) 13 | 14 |

    15 | 49 |

    Source Code: https://nodejs.org/dist/v0.7.5/node-v0.7.5.tar.gz 50 | 51 |

    52 |

    Windows Installer: https://nodejs.org/dist/v0.7.5/node-v0.7.5.msi 53 | 54 |

    55 |

    Macintosh Installer: https://nodejs.org/dist/v0.7.5/node-v0.7.5.pkg 56 | 57 |

    58 |

    Other release files: https://nodejs.org/dist/v0.7.5/ 59 | 60 |

    61 |

    Website: https://nodejs.org/docs/v0.7.5/ 62 | 63 |

    64 |

    Documentation: https://nodejs.org/docs/v0.7.5/api/ 65 |

    66 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.8.4.md: -------------------------------------------------------------------------------- 1 | --- 2 | category: release 3 | date: 2012-07-25T17:21:16.176Z 4 | version: 0.8.4 5 | title: Version 0.8.4 (Stable) 6 | slug: node-v0-8-4-stable 7 | layout: blog-post.hbs 8 | --- 9 | 10 | 2012.07.25, Version 0.8.4 (Stable) 11 | 12 | * V8: Upgrade to 3.11.10.17 13 | 14 | * npm: Upgrade to 1.1.45 15 | 16 | * net: fix Socket({ fd: 42 }) api (Ben Noordhuis) 17 | 18 | * readline: Remove event listeners on close (isaacs) 19 | 20 | * windows: correctly prep long path for fs.exists(Sync) (Bert Belder) 21 | 22 | * debugger: wake up the event loop when a debugger command is dispatched (Peter Rybin) 23 | 24 | * tls: verify server's identity (Fedor Indutny) 25 | 26 | * net: ignore socket.setTimeout(Infinity or NaN) (Fedor Indutny) 27 | 28 | 29 | Source Code: https://nodejs.org/dist/v0.8.4/node-v0.8.4.tar.gz 30 | 31 | Macintosh Installer (Universal): https://nodejs.org/dist/v0.8.4/node-v0.8.4.pkg 32 | 33 | Windows Installer: https://nodejs.org/dist/v0.8.4/node-v0.8.4-x86.msi 34 | 35 | Windows x64 Installer: https://nodejs.org/dist/v0.8.4/x64/node-v0.8.4-x64.msi 36 | 37 | Windows x64 Files: https://nodejs.org/dist/v0.8.4/x64/ 38 | 39 | Other release files: https://nodejs.org/dist/v0.8.4/ 40 | 41 | Website: https://nodejs.org/docs/v0.8.4/ 42 | 43 | Documentation: https://nodejs.org/docs/v0.8.4/api/ 44 | 45 | Shasums: 46 | 47 | ``` 48 | 387d7ac58d79dac301960510dfb7ee96fbf39072 node-v0.8.4-x86.msi 49 | 66687da0ef190e8c07d5499ae3c408a6cca7ac30 node-v0.8.4.pkg 50 | 8473e3dd48ab3734e2c92de0518cb80c2cdf750f node-v0.8.4.tar.gz 51 | 724ec6dc5e86805bfac79c8a702638c353850ea3 node.exe 52 | 9bf483f72ad7884988d0678f7dc5bc000f4d21d2 node.exp 53 | 3b7bd3915b62896e5c2f5701fd5d1c7fb53cdd27 node.lib 54 | 9c3079ee727d471cef9fd91c7067d0a72349bfcb node.pdb 55 | 236a693074f2c69157e2918d1342a7850fc939ca npm-1.1.45.tgz 56 | 7126700cb321f688901e7773785eb88274906d50 npm-1.1.45.zip 57 | e9f414ba043f1daa5eee65506ef33c5377d87a09 x64/node-v0.8.4-x64.msi 58 | 4cc86f21285b7f3d3cbd594ba604f06fb3434502 x64/node.exe 59 | 6bf207a6b587bf1b01f18e9d0f2eefb528d82c2f x64/node.exp 60 | e7b0d65992324b0688c61f6e534f3527e7e0b59f x64/node.lib 61 | 9a0072f528f9055531dee2bfa991882836b235de x64/node.pdb 62 | ``` 63 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/release/v0.9.0.md: -------------------------------------------------------------------------------- 1 | --- 2 | category: release 3 | version: 0.9.0 4 | date: 2012-07-20T18:37:15.000Z 5 | title: Version 0.9.0 (Unstable) 6 | slug: version-0-9-0-unstable 7 | layout: blog-post.hbs 8 | --- 9 | 10 | 2012.07.20, Version 0.9.0 (Unstable) 11 | 12 | * punycode: update to v1.1.1 (Mathias Bynens) 13 | 14 | * c-ares: upgrade to 1.9.0 (Saúl Ibarra Corretgé) 15 | 16 | * dns: ignore rogue DNS servers reported by windows (Saúl Ibarra Corretgé) 17 | 18 | * unix: speed up uv_async_send() (Ben Noordhuis) 19 | 20 | * darwin: get cpu model correctly on mac (Xidorn Quan) 21 | 22 | * nextTick: Handle tick callbacks before any other I/O (isaacs) 23 | 24 | * Enable color customization of `util.inspect` (Pavel Lang) 25 | 26 | * tls: Speed and memory improvements (Fedor Indutny) 27 | 28 | * readline: Use one history item for reentered line (Vladimir Beloborodov) 29 | 30 | * Fix #3521 Make process.env more like a regular Object (isaacs) 31 | 32 | 33 | Source Code: https://nodejs.org/dist/v0.9.0/node-v0.9.0.tar.gz 34 | 35 | Macintosh Installer (Universal): https://nodejs.org/dist/v0.9.0/node-v0.9.0.pkg 36 | 37 | Windows Installer: https://nodejs.org/dist/v0.9.0/node-v0.9.0-x86.msi 38 | 39 | Windows x64 Installer: https://nodejs.org/dist/v0.9.0/x64/node-v0.9.0-x64.msi 40 | 41 | Windows x64 Files: https://nodejs.org/dist/v0.9.0/x64/ 42 | 43 | Other release files: https://nodejs.org/dist/v0.9.0/ 44 | 45 | Website: https://nodejs.org/docs/v0.9.0/ 46 | 47 | Documentation: https://nodejs.org/docs/v0.9.0/api/ 48 | 49 | Shasums: 50 | 51 | ``` 52 | 4d6881934f5e41da651b478f914f71543d21d3cc node-v0.9.0-x86.msi 53 | ec00cc6f0830f64cd9e8246a299abf9a2a6ed73e node-v0.9.0.pkg 54 | 912d0eb3139b8f6f99199dae5ec1ecb300ed9c9b node-v0.9.0.tar.gz 55 | 7e56dddbb1d3e243549db7182f1bf2dd4518eaae node.exe 56 | 31718ad3e0de9b0ea6c207966a13d4bafaf9ef64 node.exp 57 | 0738b4d91de4c87cdee2547d83144668cb232c24 node.lib 58 | baca86ec3c12a5261abb940cd8107bdeb40713cc node.pdb 59 | cf3892596a7d2a27a63672b537b06b8828125fe9 x64/node-v0.9.0-x64.msi 60 | cad4bf9b2be85476d1a897ea17b3f927ec49c96a x64/node.exe 61 | 29ea3654f7728efef6fa046943ded57af42b91f3 x64/node.exp 62 | 1dfa57b111d5942b4fe701b625176eae73c82d82 x64/node.lib 63 | 9093b2120f8adf0236f965982e4a32697af2af5d x64/node.pdb 64 | ``` 65 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/uncategorized/an-easy-way-to-build-scalable-network-programs.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: An Easy Way to Build Scalable Network Programs 3 | author: ryandahl 4 | date: 2011-10-04T22:39:56.000Z 5 | status: publish 6 | category: Uncategorized 7 | slug: an-easy-way-to-build-scalable-network-programs 8 | layout: blog-post.hbs 9 | --- 10 | 11 | Suppose you're writing a web server which does video encoding on each file upload. Video encoding is very much compute bound. Some recent blog posts suggest that Node.js would fail miserably at this. 12 | 13 | Using Node does not mean that you have to write a video encoding algorithm in JavaScript (a language without even 64 bit integers) and crunch away in the main server event loop. The suggested approach is to separate the I/O bound task of receiving uploads and serving downloads from the compute bound task of video encoding. In the case of video encoding this is accomplished by forking out to ffmpeg. Node provides advanced means of asynchronously controlling subprocesses for work like this. 14 | 15 | It has also been suggested that Node does not take advantage of multicore machines. Node has long supported load-balancing connections over multiple processes in just a few lines of code - in this way a Node server will use the available cores. In coming releases we'll make it even easier: just pass --balance on the command line and Node will manage the cluster of processes. 16 | 17 | Node has a clear purpose: provide an easy way to build scalable network programs. It is not a tool for every problem. Do not write a ray tracer with Node. Do not write a web browser with Node. Do however reach for Node if tasked with writing a DNS server, DHCP server, or even a video encoding server. 18 | 19 | By relying on the kernel to schedule and preempt computationally expensive tasks and to load balance incoming connections, Node appears less magical than server platforms that employ userland scheduling. So far, our focus on simplicity and transparency has paid off: the number of success stories from developers and corporations who are adopting the technology continues to grow. 20 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/uncategorized/bnoordhuis-departure.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Ben Noordhuis's Departure 3 | date: 2013-12-03T22:13:57.000Z 4 | slug: bnoordhuis-departure 5 | layout: blog-post.hbs 6 | --- 7 | 8 | As of this past weekend, Ben Noordhuis has decided to step away from 9 | Node.js and libuv, and is no longer acting as a core committer. 10 | 11 | Ben has done a tremendous amount of great work in the past. We're sad 12 | to lose the benefit of his continued hard work and expertise, and 13 | extremely grateful for what he has added to Node.js and libuv over the 14 | years. 15 | 16 | Many of you already have expressed your opinion regarding recent 17 | drama, and I'd like to ask that you please respect our wishes to let 18 | this issue rest, so that we can all focus on the road forward. 19 | 20 | Thanks. 21 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/uncategorized/development-environment.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Development Environment 3 | author: ryandahl 4 | date: 2011-04-05T03:16:27.000Z 5 | status: publish 6 | category: Uncategorized 7 | slug: development-environment 8 | layout: blog-post.hbs 9 | --- 10 | 11 | If you're compiling a software package because you need a particular version (e.g. the latest), then it requires a little bit more maintenance than using a package manager like dpkg. Software that you compile yourself should *not* go into /usr, it should go into your home directory. This is part of being a software developer. 12 | 13 | One way of doing this is to install everything into $HOME/local/$PACKAGE. Here is how I install node on my machine:
    ./configure --prefix=$HOME/local/node-v0.4.5 && make install
    14 | 15 | To have my paths automatically set I put this inside my $HOME/.zshrc:
    PATH="$HOME/local/bin:/opt/local/bin:/usr/bin:/sbin:/bin"
    16 | LD_LIBRARY_PATH="/opt/local/lib:/usr/local/lib:/usr/lib"
    17 | for i in $HOME/local/*; do
    18 |   [ -d $i/bin ] && PATH="${i}/bin:${PATH}"
    19 |   [ -d $i/sbin ] && PATH="${i}/sbin:${PATH}"
    20 |   [ -d $i/include ] && CPATH="${i}/include:${CPATH}"
    21 |   [ -d $i/lib ] && LD_LIBRARY_PATH="${i}/lib:${LD_LIBRARY_PATH}"
    22 |   [ -d $i/lib/pkgconfig ] && PKG_CONFIG_PATH="${i}/lib/pkgconfig:${PKG_CONFIG_PATH}"
    23 |   [ -d $i/share/man ] && MANPATH="${i}/share/man:${MANPATH}"
    24 | done
    25 | 26 | Node is under sufficiently rapid development that everyone should be compiling it themselves. A corollary of this is that npm (which should be installed alongside Node) does not require root to install packages. 27 | 28 | CPAN and RubyGems have blurred the lines between development tools and system package managers. With npm we wish to draw a clear line: it is not a system package manager. It is not for installing firefox or ffmpeg or OpenSSL; it is for rapidly downloading, building, and setting up Node packages. npm is a development tool. When a program written in Node becomes sufficiently mature it should be distributed as a tarball, .deb, .rpm, or other package system. It should not be distributed to end users with npm. 29 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/uncategorized/growing-up.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Growing up 3 | author: ryandahl 4 | date: 2011-12-15T19:59:15.000Z 5 | status: publish 6 | category: Uncategorized 7 | slug: growing-up 8 | layout: blog-post.hbs 9 | --- 10 | 11 | This week Microsoft announced support for Node in Windows Azure, their cloud computing platform. For the Node core team and the community, this is an important milestone. We've worked hard over the past six months reworking Node's machinery to support IO completion ports and Visual Studio to provide a good native port to Windows. The overarching goal of the port was to expand our user base to the largest number of developers. Happily, this has paid off in the form of being a first class citizen on Azure. Many users who would have never used Node as a pure unix tool are now up and running on the Windows platform. More users translates into a deeper and better ecosystem of modules, which makes for a better experience for everyone. 12 | 13 | We also redesigned our website - something that we've put off for a long time because we felt that Node was too nascent to dedicate marketing to it. But now that we have binary distributions for Macintosh and Windows, have bundled npm, and are serving millions of users at various companies, we felt ready to indulge in a new website and share of a few of our success stories on the home page. 14 | 15 | Work is on-going. We continue to improve the software, making performance improvements and adding isolate support, but Node is growing up. 16 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/uncategorized/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Uncategorized 3 | layout: category-index.hbs 4 | listing: true 5 | robots: noindex, follow 6 | --- 7 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/uncategorized/jobs-nodejs-org.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jobs.nodejs.org 3 | author: ryandahl 4 | date: 2011-03-25T06:05:22.000Z 5 | status: publish 6 | category: Uncategorized 7 | slug: jobs-nodejs-org 8 | layout: blog-post.hbs 9 | --- 10 | 11 | We are starting an official jobs board for Node. There are two goals for this 12 | 13 | 1. Promote the small emerging economy around this platform by having a central space for employers to find Node programmers. 14 | 15 | 2. Make some money. We work hard to build this platform and taking a small tax for job posts seems a like reasonable "tip jar". 16 | 17 | jobs.nodejs.org 18 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/uncategorized/node-meetup-this-thursday.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Node Meetup this Thursday 3 | author: ryandahl 4 | date: 2011-08-03T04:37:02.000Z 5 | status: publish 6 | category: Uncategorized 7 | slug: node-meetup-this-thursday 8 | layout: blog-post.hbs 9 | --- 10 | 11 | https://nodejs.org/meetup/ 12 | http://nodemeetup.eventbrite.com/ 13 | 14 | Three companies will describe their distributed Node applications. Sign up soon, space is limited! 15 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/uncategorized/node-office-hours-cut-short.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Node Office Hours Cut Short 3 | author: ryandahl 4 | date: 2011-04-28T16:04:35.000Z 5 | status: publish 6 | category: Uncategorized 7 | slug: node-office-hours-cut-short 8 | layout: blog-post.hbs 9 | --- 10 | 11 | This week office hours are only from 4pm to 6pm. Isaac will be in the Joyent office in SF - everyone else is out of town. Sign up at http://nodeworkup.eventbrite.com/ if you would like to come. 12 | 13 | The week after, Thursday May 5th, we will all be at NodeConf in Portland. 14 | 15 | Normal office hours resume Thursday May 12th. 16 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/uncategorized/office-hours.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Office Hours 3 | author: ryandahl 4 | date: 2011-03-24T04:42:47.000Z 5 | status: publish 6 | category: Uncategorized 7 | slug: office-hours 8 | layout: blog-post.hbs 9 | --- 10 | 11 | Starting next Thursday Isaac, Tom, and I will be holding weekly office hours at Joyent HQ in San Francisco. Office hours are meant to be subdued working time - there are no talks and no alcohol. Bring your bugs or just come and hack with us. 12 | 13 | Our building requires that everyone attending be on a list so you must sign up at Event Brite. 14 | 15 | We start at 4p and end promptly at 8p. 16 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/uncategorized/porting-node-to-windows-with-microsofts-help.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Porting Node to Windows With Microsoft’s Help 3 | author: ryandahl 4 | date: 2011-06-23T22:22:58.000Z 5 | status: publish 6 | category: Uncategorized 7 | slug: porting-node-to-windows-with-microsofts-help 8 | layout: blog-post.hbs 9 | --- 10 | 11 | I'm pleased to announce that Microsoft is partnering with Joyent in formally contributing resources towards porting Node to Windows. As you may have heard in a talk we gave earlier this year, we have started the undertaking of a native port to Windows - targeting the high-performance IOCP API. 12 | 13 | This requires a rather large modification of the core structure, and we're very happy to have official guidance and engineering resources from Microsoft. Rackspace is also contributing Bert Belder's time to this undertaking. 14 | 15 | The result will be an official binary node.exe releases on nodejs.org, which will work on Windows Azure and other Windows versions as far back as Server 2003. 16 | -------------------------------------------------------------------------------- /nodejs.org/locale/uk/blog/uncategorized/some-new-node-projects.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Some New Node Projects 3 | author: ryandahl 4 | date: 2011-08-29T15:30:41.000Z 5 | status: publish 6 | category: Uncategorized 7 | slug: some-new-node-projects 8 | layout: blog-post.hbs 9 | --- 10 | 11 |