Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://visionmedia.github.io/masteringnode/
Open source eBook for nodejs - written w/ markdown, outputs to various formats (pdf, mobi, epub, html, etc)
https://visionmedia.github.io/masteringnode/
Last synced: 11 days ago
JSON representation
Open source eBook for nodejs - written w/ markdown, outputs to various formats (pdf, mobi, epub, html, etc)
- Host: GitHub
- URL: https://visionmedia.github.io/masteringnode/
- Owner: visionmedia
- Created: 2010-06-29T02:52:43.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T00:43:52.000Z (over 2 years ago)
- Last Synced: 2024-10-15T11:26:17.152Z (24 days ago)
- Language: JavaScript
- Homepage: http://visionmedia.github.com/masteringnode
- Size: 2.9 MB
- Stars: 1,840
- Watchers: 69
- Forks: 241
- Open Issues: 10
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-nodejs-cn - Mastering Node
- awesome-nodejs - Mastering Node
README
# Mastering Node
Mastering node is an open source eBook by node hackers for node hackers. I started this as a side project and realized that I don't have time :) so go nuts, download it, build it, fork it, extend it and share it. If you come up with something you wish to contribute back, send me a pull request.
## Authors
- TJ Holowaychuk ([visionmedia](http://github.com/visionmedia))
## Formats
Mastering node is written using the markdown files provided in `./chapters`, which can then be converted to several output formats, currently including _pdf_, _mobi_, _epub_ and of course _html_.
## All Formats
$ make
Required by `make book.pdf`:
$ brew install htmldoc
$ make book.pdf## HTML
Required by `make book.html`:
$ gem install ronn
$ make book.html## EPUB
Required by `make book.epub`:
Requires [Calibre](http://calibre-ebook.com/)$ make book.epub
## MOBI
Required by `make book.mobi`:
Requires [Calibre](http://calibre-ebook.com/)$ make book.mobi
## References
Contents of this eBook currently reference the following software versions:
- node 0.2.0
## Source
All example source can be run simply by executing node against the file,
for example:$ node src/events/basic.js
## License
Node.js is an official trademark of Joyent. This work is not formally related to or endorsed by the official Joyent Node.js open source or commercial project.
Mastering Node by TJ Holowaychuk is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.