All Projects → alfianlosari → Node Grpc Server Note Crud

alfianlosari / Node Grpc Server Note Crud

gRPC Server and Client Example for CRUD Note Service using node.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Grpc Server Note Crud

Pike
Generate CRUD gRPC backends from single YAML description.
Stars: ✭ 222 (+344%)
Mutual labels:  grpc, crud
V2ray python client
这个是v2ray python调用api的实例,可以根据这个实例调用所有的api,现在已经支持的接口为:add_user、remove_user、get_stats add_inbound、remove_inbound
Stars: ✭ 42 (-16%)
Mutual labels:  grpc
Matchbox
Network boot and provision Fedora CoreOS and Flatcar Linux clusters
Stars: ✭ 956 (+1812%)
Mutual labels:  grpc
Csharp Grpc
OpenTracing Instrumentation for gRPC
Stars: ✭ 40 (-20%)
Mutual labels:  grpc
Go Grpc Prometheus
Prometheus monitoring for your gRPC Go servers.
Stars: ✭ 965 (+1830%)
Mutual labels:  grpc
Multiplay Grpc Server
gRPC server for Multiplaying in Rust
Stars: ✭ 41 (-18%)
Mutual labels:  grpc
Prometheus Net
.NET library to instrument your code with Prometheus metrics
Stars: ✭ 944 (+1788%)
Mutual labels:  grpc
Docker Flask Mongodb Example
Uses docker compose with a python flask microservice and MongoDB instance to make a sample application
Stars: ✭ 49 (-2%)
Mutual labels:  crud
Grpc Gke Nlb Tutorial
gRPC load-balancing on GKE using Envoy
Stars: ✭ 42 (-16%)
Mutual labels:  grpc
Go Stress Testing
go 实现的压测工具,ab、locust、Jmeter压测工具介绍【单台机器100w连接压测实战】
Stars: ✭ 996 (+1892%)
Mutual labels:  grpc
Rhodddoobie
My little sandbox for playing around with the FP + OOP + DDD combination, in particular using Rho, doobie, Docker, testing, etc in a project.
Stars: ✭ 38 (-24%)
Mutual labels:  crud
Factory
The missing, complete example of Domain-Driven Design enterprise application backed by Spring stack
Stars: ✭ 967 (+1834%)
Mutual labels:  crud
Sol2proto
Ethereum contract ABI to gRPC protobuf IDL transpiler
Stars: ✭ 41 (-18%)
Mutual labels:  grpc
Tensorflowservingcsharpclient
Implement Tensor Flow Serving C# client example with gRPC. MNIST prediction console application and web paint ASP.NET Core 2.0 and ReactJS application.
Stars: ✭ 31 (-38%)
Mutual labels:  grpc
Larrock Core
Core components for LarrockCMS
Stars: ✭ 46 (-8%)
Mutual labels:  crud
Laravel Realworld Example App
Exemplary real world backend API built with Laravel
Stars: ✭ 954 (+1808%)
Mutual labels:  crud
Ssl grpc example
Example using SSL with gRPC in Python
Stars: ✭ 36 (-28%)
Mutual labels:  grpc
Grpc Contract
A tool to generate the grpc server code for a contract
Stars: ✭ 40 (-20%)
Mutual labels:  grpc
Micro Mesh
gRPC微服务架构实践
Stars: ✭ 50 (+0%)
Mutual labels:  grpc
Foxxy
foxxy : create your app with ArangoDB Foxx RiotJS UIKIT3 Brunch Yarn
Stars: ✭ 47 (-6%)
Mutual labels:  crud

gRPC Server and Client Example for CRUD Note Service

Installation

  1. Clone or Download the project
  2. Run npm install
  3. Start server by running npm start
  4. Call gRPC by running either node get_notes, get_note, insert_note, delete_note
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].