Skip to content

Commit

Permalink
merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
crazybber committed Dec 6, 2020
2 parents 62a8b92 + 4b0199b commit 538d798
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Nitro focuses on dapps, IoT, edge and p2p.

Features in development:

- Lightweight RPC based communication
- Event broadcasting and notifications
- CRDT Data synchronisation and storage
- Consensus protocol and execution engine
- WebAssembly target compilation support
- Unique randomized token generation aka BLS
- P2P gossip networking stack in userspace
- [x] Lightweight RPC based communication
- [x] Event broadcasting and notifications
- [ ] CRDT Data synchronisation and storage
- [ ] Consensus protocol and execution engine
- [ ] WebAssembly target compilation support
- [ ] Unique randomized token generation aka BLS
- [ ] P2P gossip networking stack in userspace

## Future

Expand Down
2 changes: 2 additions & 0 deletions examples/program/types/types.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
package types

//Request for Message
type Request struct {
Name string
}

//Response for protocol
type Response struct {
Message string
}

0 comments on commit 538d798

Please sign in to comment.