LudiDorici / godot-websocket

A Godot Engine module implementing WebSocket client and server on most platform - INCLUDED IN GODOT. Repository left for historical reference only
MIT License
39 stars 11 forks source link

Example into official documentation #14

Closed greenfox1505 closed 4 years ago

greenfox1505 commented 5 years ago

The multiplayer_demo here should be part of this project: https://github.com/godotengine/godot-demo-projects/tree/master/networking

From my testing using Chrome on Ubuntu18.04, it works perfectly. Unless there is something I'm missing, I believe this demo should be part of the official Godot examples.

Faless commented 5 years ago

Thanks, that demo (slightly improved) is being added as websocket_multiplayer via godotengine/godot-demo-projects#343