ardanlabs / service

Starter-kit for writing services in Go using Kubernetes.
https://www.ardanlabs.com
Apache License 2.0
3.4k stars 613 forks source link

layer called userapp! #379

Closed mrbardia72 closed 1 month ago

mrbardia72 commented 1 month ago

Adding another layer called userapp, what exactly does it do?

Because we had three layers before and now another layer has been added called userapp

himynamej commented 1 month ago

Hey bardia , userapp is for separation To separate the protocol from the app part.for example you want to add grpc ,it's easy now

ardan-bkennedy commented 1 month ago

That's right. At some point I'm going to try to add a set of grpc endpoints and see how well the idea works.

himynamej commented 1 month ago

So good ,I want to add some htmx frontend it needs some handler ,it gonna help a lot

mrbardia72 commented 1 month ago

@ardan-bkennedy @himynamej Oh, how good, I had asked such things before, here is the link https://github.com/ardanlabs/service/issues/354#issue-2131640131