File tree 1 file changed +45
-0
lines changed
1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ <h1 align =" center " >
2
+ <img height =' 34 ' src =' https://raw.githubusercontent.com/github/explore/3fd951e49a8e2af94627092d80c236c00df95ae3/topics/grpc/grpc.png ' />
3
+ NestJS gRPC example
4
+ <img height =' 34 ' src =' https://raw.githubusercontent.com/github/explore/37c71fdca4e12086faf8c7009793d2eb588c914e/topics/nestjs/nestjs.png ' />
5
+ </h1 >
6
+
7
+ > Caution: Only unary case for now.
8
+
9
+ ## 👍 Getting started
10
+
11
+ ``` sh
12
+ yarn install
13
+
14
+ # start server
15
+ cd server && yarn install
16
+ yarn start
17
+
18
+ # start client
19
+ cd client && yarn install
20
+ yarn start
21
+ ```
22
+
23
+ Then, You can get data. ( [ http://localhost:3000/hero ] ( http://localhost:3000/hero ) )
24
+
25
+ ## 🐿 Todos
26
+
27
+ - [ ] Add other case(Server Streaming, Client Streaming, Bi directional Streaming)
28
+ - [ ] Package the common parts with npm.
29
+
30
+ ## 👤 Author
31
+
32
+ esh2n
33
+
34
+ - GitHub [ esh2n] ( https://github.com/esh2n )
35
+
36
+ ## 📝 License
37
+
38
+ Copyright © 2020 [ esh2n] ( https://github.com/esh2n ) .<br />
39
+ This project is MIT licensed.
40
+
41
+ <p align =" center " >
42
+ <img src =" https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%esh2n%2Fmarkup-template " >
43
+ </p >
44
+
45
+ ---
You can’t perform that action at this time.
0 commit comments