Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plusmancn/node-test
node & javascript & linux & css playground
https://github.com/plusmancn/node-test
Last synced: about 1 month ago
JSON representation
node & javascript & linux & css playground
- Host: GitHub
- URL: https://github.com/plusmancn/node-test
- Owner: plusmancn
- License: mit
- Created: 2015-07-09T03:53:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T00:08:34.000Z (about 9 years ago)
- Last Synced: 2024-10-15T01:42:58.327Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.54 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-test
>node & javascript & linux & css playground## Index
### JS
| 目录 | 说明
|:---|:---
| 01-dir-path | __dirname、cwd、pwd 目录关系研究和引用测试
| 02-function-scope | 函数作用域和this指针测试
| 03-promise-a | promise-a规范模拟实现
| 04-moment-usage | 时间格式和时区测试
| 06-memcached-usage | 结合npm memcached 使用方法测试
| 08-env-detech | 服务器端&浏览器端运行环境检测类测试
| 09-gulp-usage | gulp使用实例整理
| 10-jshintrc-config | jshint代码规范配置文件
| 12-querystring-implementation | node.querystring部分解析实现模拟
| 15-architect-minibook | 架构师迷你书
| 16-form-data-init | 结合bootstrap表单数据初始化jquery插件
| 19-node-interview-problem | ndoe面试问题解答
| 24-timer | 浏览器内事件驱动(非基于dom)倒计时器
| 25-node-rsa | rsa 加密、验证
| 26-cookie | cookie相关操作
| 27-async | async异步编程
| 28-phoneGap | phoneGap 封装实践
| 29-jade | jade 学习笔记 & 常用模板
| 33-node-event-loop | node事件循环池### Css
| 目录 | 说明
|:---|:---
| 17-css-image | css图片处理相关测试
| 18-css-center | 居中问题研究
| 20-css-basic | css基础
| 21-css-animation | css3动画
| 23-sp-alert | 简易弹框实现,模拟ios原生弹框,添加回调方法### Server
| 目录 | 说明
|:---|:---
| 05-nginx-with-node | nginx下node反向代理测试
| 07-deploy-bash-shell | 部署脚本测试
| 11-html-meta | html meta标签,服务器header设置优先级比较
| 13-cross-domain | 跨域研究
| 14-short-url | 短域名服务研究和测试
| 22-linux-basic | linux基础知识
| 31-rsync | linux 增量同步,还未投入使用,暂不发布
| 34-serviceworker | serviceworker 测试
| 35-api-test | api测试用例代码
| 37-redis | redis配置文件
| 38-logs | sentry搭建尝试
| 39-network | node 网络编程
| 40-big-io | 高并发下node性能提升测试### ES6
| 目录 | 说明
|:--- |:---
|30-es6-share | es6新特性分享(结合点实践经验)## 参考资源
[JackSon Tian](https://github.com/JacksonTian) 所著《深入浅出node.js》
[Google Devel > Make the Web Faster](https://developers.google.com/speed/)