DEV Community

Discussion on: What was your win this week?

Collapse
 
newky2k profile image
Dave H

Rewrote my portable web client library and added support for Grpc with .Net

github.com/newky2k/PortableWebClient

Also figured out how to get my shared proto files to show up in the import path of any project using the package so i can embeed reusable messages.