Skip to content

Commit 7367d79

Browse files
committed
add books links
1 parent 25e1c86 commit 7367d79

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ If you are a new guy to JavaScript world, there are also some JavaScript books i
88

99
# Recommendation
1010

11+
### [DevFreeBooks - nodejs](http://devfreebooks.org/nodejs/)
12+
There several node books here, they are all free, and keep on growing: Node.js Succinctly, JavaScript and Node FUNdamentals, Your first app: node.js
13+
1114
### [Node.js Products and Expertise](http://refcardz.dzone.com/refcardz/nodejs#refcard-download-social-buttons-display)
1215
The Essential Node.js Cheat Sheet. Node.js is a set of libraries for writing high-performance, scalable network programs in JavaScript. It has an asynchronous programming model for lightning-fast speeds, and it allows programs to run JavaScript on the server-side so that both client and server can run using the same language. Recently updated for v0.12, this Refcard covers architecture, installation, API guide, developer tools, and more.
1316

@@ -38,10 +41,10 @@ Node.js in Action is an example-driven tutorial that starts at square one and gu
3841
### [Smashing Node.js](http://smashingnode.com/)
3942
![](http://img3.douban.com/mpic/s27132823.jpg)
4043

41-
Highlights:
44+
Highlights:
4245

43-
* Special foreword by the creator of V8, Lars Bak.
44-
* Examples with real-world web services like Twitter.
46+
* Special foreword by the creator of V8, Lars Bak.
47+
* Examples with real-world web services like Twitter.
4548
* Learn how to build a Turntable.FM style app with socket.io.
4649
* Teaches JavaScript best pratices that apply to all environments.
4750

@@ -168,4 +171,3 @@ In the PPT folder.
168171

169172
# Contribute
170173
If you find some new, good books or PPT, feel free to fork and pull or email me `[email protected]`, we will appreciate for your contribution.
171-

0 commit comments

Comments
 (0)