diff options
Diffstat (limited to 'docs/introduction/basis.md')
| -rw-r--r-- | docs/introduction/basis.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/introduction/basis.md b/docs/introduction/basis.md new file mode 100644 index 0000000..6520e0e --- /dev/null +++ b/docs/introduction/basis.md @@ -0,0 +1,16 @@ +--- +title: Basis +slug: / +--- + +Whirlsplash is a +[WorldServer](http://dev.worlds.net/private/GammaDocs/WorldServer.html) +implementation in [Go](https://golang.org/) which has a strong focus on speed, +maintainability, and easy configuration. + +<a href="https://discord.com/invite/8hn6padWF6" title="Discord"> + <img src="https://img.shields.io/discord/821938182274154506" /> +</a> +<a href="https://github.com/Whirlsplash/whirl/blob/master/LICENSE" title="License"> + <img src="https://img.shields.io/github/license/Whirlsplash/whirl" /> +</a> |