We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfe3a9 commit 1a44350Copy full SHA for 1a44350
README.md
@@ -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
10
11
+run ```node server.js``` and ```node app.js```
12
+test it on your browser on <br>
13
+> localhost:3000
14
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