This is node.js project using gRPC as api architecture. In this project we will do Create, Read, Delete operation for News
This project depends on
- "@grpc/grpc-js" This is a gRPC library for the Nodejs. It enables us to create gRPC service in the Nodejs runtime.
- "@grpc/grpc-js" This is a gRPC library for the Nodejs. It enables us to create gRPC service in the Nodejs runtime.
- Node version 18
- run
npm ito install dependencies - run
node server.jsto start server - run
node client/add_news.jsto add news - run
node client/get_news.jsto get news - run
node client/delete_news.jsto delete news