jhomarolo / herbsjs_crud_grpc

HerbsJS CRUD customers over gRPC using Node.JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorial of a CRUD over gRPC and Node using HerbsJS

This project is separated in two parts:

  • Server: where gRPC serves the remote calls defined in the proto file using clean architecture with herbsJS
  • Client: Express/Node/Bootstrap/Handlebars web page to CRUD the server operations.

How to run

In order to run this app, issue in separate command line windows:

  • In the root folder: npm install
  • Inside the /server folder: npm start
  • Inside the /client folder: node index

How to test on the browser

Then, go to http://localhost:3000/ and test it out.

How to test only the server

I'm using Bloom RPC by now.

About

HerbsJS CRUD customers over gRPC using Node.JS


Languages

Language:JavaScript 68.7%Language:Handlebars 31.3%