diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md new file mode 100644 index 0000000..d2c1482 --- /dev/null +++ b/Frequently-Asked-Questions.md @@ -0,0 +1,8 @@ + +## Should I make a new Client every time I access it? + +No. You should create a single Client/Server class and access it as a global singleton. + +## Can I run a Client and Server in the same app, like for listen servers? + +Yes. \ No newline at end of file