Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

upper

upper is a open source back-end framework based on the dart language.

with it, it is possible to automatically generate a grpc api for your postgres database.
your application can run in monolithic mode or microservices mode.

in addition, you choose whether to deploy on a server itself or in serverless mode (g cloud run).

what is grpc?

grpc is a modern open source high performance remote procedure call (rpc) framework that can run in any environment. it can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. it is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.

how upper works?

you pass the connection parameters to your postgres database and the framework creates a project with an entry point for each table in your database. each entry point provides methods for basic data operations (crud).

what is these operations?

  • get
  • select
  • insert
  • update
  • delete

with the project created, what do you need to do?

nothing, only run the server.dart


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top