Skip to content

xxvunborn/typescript-grpc-pg-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript grpc server (and client)

a basic server grpc with mali

Dependencies

  "@grpc/proto-loader": "^0.3.0",
  "@types/node": "^11.13.0",
  "grpc": "^1.16.1",      (grpc implementation)
  "mali": "^0.10.0",      (grpc minimalist server)
  "tsc": "^1.20150623.0", (Only for clean build)
  "typescript": "^3.4.1"
  "tsc-watch": "^2.1.2"

Run project

run server:

npm run dev

run client:

npm run dev-client

bibliography

[1] https://github.com/svengau/grpc-graphql-sample

About

A typescript grpc server with postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published