Skip to content

This is a gRPC API sample implementation on Node.JS written with Typescript.

Notifications You must be signed in to change notification settings

anzharip/covid19-id-grpc

Repository files navigation

Indonesian COVID19 Summary gRPC API written in Typescript

This is a gRPC API sample implementation on Node.JS written with Typescript.

Live demo on: 52.148.115.205:10080

You can access the live demo with any gRPC client or for GUI client, you can use BloomRPC: Screen Shot 2020-09-26 at 15 03 59

The live demo is hosted on Azure Container service with 1 vCPU and 0.5 GB RAM. I benchmarked the service and it is running quite fast serving ~500 request per second without any optimization: Screen Shot 2020-09-26 at 15 01 39

The datasets are retrieved from https://covid19api.com.

Notes:

  • You will need to compile the .proto files into Typescript definitions to create gRPC API in Typescript. You can follow the steps to do that here and here.

About

This is a gRPC API sample implementation on Node.JS written with Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published