Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samerbuna/efficient-node
https://github.com/samerbuna/efficient-node
book javascript node programming
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samerbuna/efficient-node
- Owner: samerbuna
- Created: 2020-06-01T16:04:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T08:46:31.000Z (8 months ago)
- Last Synced: 2024-08-24T12:02:58.706Z (4 months ago)
- Topics: book, javascript, node, programming
- Homepage:
- Size: 2.94 MB
- Stars: 697
- Watchers: 39
- Forks: 141
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-nodejs-keynotes - You don't known Node - @SamerBuna
README
= Efficient Node.js: A Beyond the Basics Guide
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :bookmark:
:important-caption: :boom:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]WARNING: This book is still a work in progress. New content is synced here as it gets ready.
== Contents
1. link:01-intro.adoc[Getting Started with Node^]
2. link:02-fundamentals.adoc[Node Fundamentals^]
3. link:03-package-management.adoc[Node's Package Management^]== Getting Help
We use Slack chat for support. You can use the form at https://jscomplete.com/help[jscomplete.com/help^] to get an email invite.
== Contributing
You can click the "Edit this file" pencil icon while reading any of the lessons under this book, and then make any edits and push the green "Commit changes" button.
All contributions are welcome, even if it was just to correct a tiny typo or code formatting issue, or even to add a comma.
The chapters are written in AsciiDoc, which is just like Markdown but with standards and a lot more features. See https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/[this syntax reference guide^] for a quick start.