Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ascoders/weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
ascoders committed Jan 17, 2022
2 parents 62afd07 + 933862c commit 14dbde8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ document.body.addEventListener('touchstart', event => {

```css
#area {
touch-action: pan-x;
touch-action: none;
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RPC 主要用来做服务器之间的方法调用,影响其性能最重要因

gRPC 主要用于服务之间传输,这里拿 Nodejs 举例:

1. 定义接口。由于 gRPC 使用 protobufs,所以接口定义文件就是 `helloword.proto`:
1. 定义接口。由于 gRPC 使用 protobufs,所以接口定义文件就是 `helloworld.proto`:

```protobufs
// The greeting service definition.
Expand Down

0 comments on commit 14dbde8

Please sign in to comment.