netifi / netifi-quickstart-js

A JavaScript implementation of the Netifi Quickstart Exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A JavaScript implementation of the Netifi Quickstart Exercise


Languages

Language:JavaScript 96.3%Language:HTML 3.7%