From 5da500f3808beaf2ed543d7c1310b89aaf5d1056 Mon Sep 17 00:00:00 2001 From: watsonb8 Date: Sun, 20 Dec 2020 11:35:16 -0500 Subject: [PATCH] Adding readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c21c34f..ba65914 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Music is a medium that should be consumed together. Aurora aims to creat a music - GTK: Aurora takes advantage of Xamarin and GTK under the hood in order to render a sleek, modern, cross platform desktop application. -- gRPC: This app is inherently a peer to peer application and as such, gRPC is utilized to efficiently and effectively communicate between aurora nodes. +- gRPC: gRPC is a modern open source high performance RPC framework that can run in any environment. This app is inherently a peer to peer application and as such, gRPC is utilized to efficiently and effectively communicate between aurora nodes by implementing simple service definitions. ## The Future