Update Insight.md (#353)

This commit is contained in:
uwee 2019-01-27 23:17:38 -05:00 committed by Paul Pacheco
parent d168903a3a
commit f7cad9d0b3

View File

@ -1,4 +1,4 @@
# Insight
Insight is a simple Socket Server for Unity. It uses Mirror to create a simple net connection that can run at the same time as a NetworkManager. It can also be its own standalone network connection. The original goal of this project was to create a secondary connection to allow a MasterServer. It can be used for that or many other things. The InsightServer can run on its own or with modules.
Insight is a Simple Message Server for Unity based on Mirror. It can operate on its network connection or alongside a NetworkMannager. Inspired by MasterServerFramework it can be expanded with flexible modules.
Get it now on [GitHub](https://github.com/uweenukr/Insight)!