Skip to content

Commit

Permalink
Update networking.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie authored Sep 4, 2023
1 parent 0cb4d5c commit 20f1b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/networking.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Networking

Access to core networking functionality can be obtained by using ``this.context.connection`` from a component. The built-in backend server requires users to be connected to a room.
Access to core networking functionality can be obtained by using ``this.context.connection`` from a component. The default backend server connects users to rooms. Users in the same room will share state and receive messages from each other.

Networking is currently based on [websockets](https://github.com/jjxxs/websocket-ts) and sending either json strings (for infrequent updates) or [flatbuffers](https://google.github.io/flatbuffers/) (for frequent updates). Continue reading below for more details:

Expand Down

0 comments on commit 20f1b81

Please sign in to comment.