An open API service indexing awesome lists of open source software.

https://github.com/octarect/protobuf-demo


https://github.com/octarect/protobuf-demo

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# protocol-buffer-demo

Example code that uses [Protocol Buffers](https://deveopers.google.com/protocol-buffers).

## Server

```
cd api
go run ./server/server.go
```

## Client

```
cd client
npm start
```