Skip to content

Commit 0b8b587

Browse files
authored
Merge pull request Tencent#203 from Tencent/master
master merge to dev
2 parents b91e064 + 98f4f0e commit 0b8b587

File tree

3 files changed

+341
-7
lines changed

3 files changed

+341
-7
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# [Tencent Server Web](https://tswjs.org)
22

33

4-
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](./LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/TSW/pulls) [![wiki](https://img.shields.io/badge/Wiki-open-brightgreen.svg)](https://tswjs.org/guide/index) ![node](https://img.shields.io/badge/node-%3E%3D8.0.0-green.svg) [![Build Status](https://travis-ci.org/Tencent/TSW.svg?branch=master)](https://travis-ci.org/Tencent/TSW)
4+
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/Tencent/TSW/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/TSW/pulls) [![wiki](https://img.shields.io/badge/Wiki-open-brightgreen.svg)](https://tswjs.org/guide/index) ![node](https://img.shields.io/badge/node-%3E%3D8.0.0-green.svg) [![Build Status](https://travis-ci.org/Tencent/TSW.svg?branch=master)](https://travis-ci.org/Tencent/TSW)
55

66
---
77

88

9-
[English Version](./README_en.md)
9+
[English Version](https://github.com/Tencent/TSW/blob/master/README_en.md)
1010

1111

1212
## 简介
1313

1414
Tencent Server Web(TSW),是一套面向WEB前端开发者,以提升问题定位效率为初衷,提供染色抓包、全息日志和异常发现的Node.js基础设施。TSW关注业务的运维监控能力,适用于http、websocket协议的业务场景,可无缝与即有项目进行整合。支持公有云、私有云和本地部署。
1515

16-
![tsw](./static/resource/structure.png)
16+
![tsw](https://raw.githubusercontent.com/Tencent/TSW/master/static/resource/structure.png)
1717

1818
#### 染色抓包
1919

@@ -73,11 +73,11 @@ docker run -v configure_dir:/data/release/node_modules -p 8080:80 tsw
7373

7474
如果您使用过程中发现Bug,请通过 [https://github.com/Tencent/TSW/issues](https://github.com/Tencent/TSW/issues) 来提交并描述相关的问题,您也可以在这里查看其它的issue,通过解决这些issue来贡献代码。
7575

76-
如果您是第一次贡献代码,请阅读 [CONTRIBUTING](./CONTRIBUTING.md) 了解我们的贡献流程,并提交 pull request 给我们。
76+
如果您是第一次贡献代码,请阅读 [CONTRIBUTING](https://github.com/Tencent/TSW/blob/master/CONTRIBUTING.md) 了解我们的贡献流程,并提交 pull request 给我们。
7777

7878
## 许可证
7979

80-
Tencent Server Web 的开源协议为 MIT, 详情参见 [LICENSE](./LICENSE)
80+
Tencent Server Web 的开源协议为 MIT, 详情参见 [LICENSE](https://github.com/Tencent/TSW/blob/master/LICENSE)
8181

8282
## 联系方式
8383

0 commit comments

Comments
 (0)