Skip to content

netifi/netifi-quickstart-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netifi Quickstart - JavaScript

A tutorial on how to use this quickstart can be found on netifi.com.

Regenerating the protocol buffers

If you make any edits to service.proto, you'll need to regenerate the generated protocol buffer JS files in order to use the changed protocol. First, install protoc to your system and make sure that it is in your $PATH. Then, you should be able to run yarn protoc to generate protocol buffer files for the messages and services.