Created Frequently Asked Questions (markdown)

Garry Newman 2016-12-06 20:50:16 +00:00
parent a2bd328b91
commit 4cf127b2ea

@ -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.