DEV Community

Discussion on: Good Bye Web APIs

Collapse
 
lequanghuylc profile image
Lê Quang Huy

Hi Manuel , it looks promising, thanks for your amazing work. I'm currently working on gRPC under http proxy server in nodejs/reactjs so I can find some similarity here. but gRPC is meant for Golang I think, will definitely try this one.
btw, I see your Real world example and it's using mongodb. What about support for mysql or postgres? and How do I handle file upload?

Collapse
 
mvila profile image
Manuel Vila

Support for MySQL or PostgreSQL is likely to come in the future but I can't promise anything.

To handle file upload, I recommend uploading the file to an object store such as AWS S3 from the browser and send the object key to the backend.