Skip to content

Commit 1a44350

Browse files
authored
Create README.md
1 parent 3dfe3a9 commit 1a44350

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## BASIC GRPC-NODE TUTORIAL
2+
3+
Clone the repository <br>
4+
on http
5+
```git clone https://github.com/Dovakiin0/grpc-tutorial-nodejs.git```
6+
<br>
7+
or ssh
8+
``` git clone git@github.com:Dovakiin0/grpc-tutorial-nodejs.git```
9+
<br>
10+
11+
run ```node server.js``` and ```node app.js```
12+
test it on your browser on <br>
13+
> localhost:3000
14+
<br>
15+
feel free to tweak the code and change it according to your needs.
16+
the comments should be enough for you to understand if you have the basic knowledge on how grpc works.

0 commit comments

Comments
 (0)