breadchris
breadchris
WWasp-lang
Created by breadchris on 12/13/2022 in #đŸ™‹questions
Guides on how to use Codux with Wasp
I haven't used it extensively, but I think it would be super sick to have an example project and guide for how to use Codux https://www.codux.com/. It would make prototyping much faster I think (decoupling design from logic)
6 replies
WWasp-lang
Created by breadchris on 12/12/2022 in #đŸ™‹questions
RPC via GRPC?
Have y'all thought about integrating GRPC as the method of communicating between the front and backend? It is probably overkill right now since most devs are not used to types anyways, but I feel like with the way that you are generating the server/client rpc connectors, GRPC would be a good candidate to make that process more streamlined. You could use the GRPC json gateway to keep the browser and server comms something that is easily debugable. https://github.com/grpc-ecosystem/grpc-gateway I don't think it has a place in wasp at the moment (given that you want to tap into the rapid prototype market), but it is a consideration that I would make when you think about how a project grows in complexity.
2 replies