From 945380c0793c79bc349bf212c7ec7fefa330cb60 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Sun, 23 May 2021 23:19:14 +0000 Subject: [PATCH] Add 'Feature: External System Integration' --- Feature%3A-External-System-Integration.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Feature%3A-External-System-Integration.md diff --git a/Feature%3A-External-System-Integration.md b/Feature%3A-External-System-Integration.md new file mode 100644 index 0000000..5ad15a6 --- /dev/null +++ b/Feature%3A-External-System-Integration.md @@ -0,0 +1,7 @@ +# External System Integration + +Fancy term for "run a gRPC server." + +This page will discuss possible RPC systems to pick, pros and cons of each, and how to set up the bot in production. + +It currently runs as a docker container, so we'll need to expose some ports! \ No newline at end of file