I am developing an Angular 2 application in which I want to use protocol buffers to send data to a golang server.
I found this dcodeIO / protobufjs . But I donβt understand how to use this in my project?
I also tried setting typing for protobufjs with typings install dt~protobufjs --global . When I import it, WebStorm says Cannot find module protobuf .
Any help! Appreciated!
source share