Skip to content

Commit

Permalink
docs(security): updated README to clarify need for server
Browse files Browse the repository at this point in the history
  • Loading branch information
foundrium committed Dec 6, 2021
1 parent 2745cb0 commit 8191ef5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The haste-sdk repository is a monorepo that contains the tooling required to cre

Initially, TypeScript and JavaScript will be the only supported SDKs, but long term Haste will build SDKs for other technology stacks and will help support community driven SDKs. Haste plans to keep client SDKs open source to ensure a good developer experience and will make available documented APIs for developers that do not wish to utilize Typescript or Javascript.

Ensure you read the [Quick Start](#quickstart) section for important details about building your game. Specifically you cannot just build a client side game, there must be a server side component to your games known as an authoritative server that can be found in the [Security](./security.md) details.

## Table of Contents

- [Quickstart](#quickstart)
Expand Down

0 comments on commit 8191ef5

Please sign in to comment.