• Stars
    star
    357
  • Rank 118,831 (Top 3 %)
  • Language
    JavaScript
  • Created about 9 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

nodejs 基础教程

关于本书

这是一本关于 Node.js 技术的开放源码电子书,受到台湾nodejs社区启发编写。感谢台湾nodejs社区的前辈提供这么优秀的教程,不过台湾社区的教程已经停止了维护。为了让大家学习到这么优秀的教程,我决定将其复活,所以才有了这个项目。由于原书写作的时候Node版本是0.6,所以在写作本书的时候,借鉴了原书的目录结构,但是内容上进行了重写。 本书的线上阅读网址,与 GitHub 资料同步更新。

https://nodebook.whyun.com/ https://blog.whyun.com/nodebook

本书适合 Node.js初学者至进阶开发者,也欢迎您在学习时一起参与本书内容撰写。

源码

本书配套的源码网址如下:

https://github.com/yunnysunny/nodebook-sample

根目录结构

  • readme.md -> 本书说明
  • text -> 内含各章节详细资料

授权

本书原采用创用CC姓名标示-非商业性授权。 您不必为本书付费。

NodeBook book is licensed under the Attribution-NonCommercial 3.0 Unported license. You should not have paid for this book.

您可以复制、散布及修改本书内容,但请勿将本书用于商业用途。

您可以在以下网址取得授权条款全文。

https://creativecommons.org/licenses/by-nc/3.0/legalcode

作者

编译

本书采用 gitbook 进行编译,如果你想在本地编译,需要安装 gitbook-cli:

npm install gitbook-cli -g

然后在项目目录中运行gitbook serve即可编译生成html,并且创建一个本地预览网站,其他详细的编译参数可以参照官方文档

More Repositories

1

shmdb

A memory database based on shared memory.
C
24
star
2

nodebook-sample

nodebook配套代码
JavaScript
20
star
3

node-shmdb

the implementation of shmdb in node.js
Makefile
17
star
4

browser.js

显示浏览器类型,支持识别360浏览器
JavaScript
14
star
5

git2tile

gitlab到worktile的同步工具
JavaScript
4
star
6

jmeter4grpc

Java
3
star
7

weather-reporter

一个开源的天气预报web工具,可以显示各个城市的天气信息
JavaScript
3
star
8

express-tpl

JavaScript
3
star
9

sf4nw

A simple framework for node web developement
JavaScript
2
star
10

smarty-pen

Go
2
star
11

flash-cache

JavaScript
1
star
12

lrpc

本地进程间通信
JavaScript
1
star
13

rabbit-util

JavaScript
1
star
14

alarm-reporter

The reporter for mocha, supports sending alarm message when current mocha test run failed
JavaScript
1
star
15

request-log

JavaScript
1
star
16

yunnysunny.github.io

白一梓的blog
JavaScript
1
star
17

http-request-proxy

JavaScript
1
star
18

slogger

A wrapper of logger to let you print log easily.
TypeScript
1
star
19

config-settings

config parser for node.js
JavaScript
1
star
20

image-size

JavaScript
1
star
21

totalshare

安卓下SNS分享功能的模块
Java
1
star
22

redis-speed

An utility for redis aim to improve the performance of redis, it includes `FlashCacheRedis` now.
JavaScript
1
star
23

proxy-tool

Test whether the proxy , you may collected from internet, can be used.
JavaScript
1
star
24

resty-gate

基于openresty和consul的网关项目
Lua
1
star
25

micro-http-server

适用于微服务的精简 Node http server,附带各个web框架的性能测试报告
JavaScript
1
star