godot-demo-projects/networking/websocket_chat/README.md

14 lines
349 B
Markdown
Raw Normal View History

# WebSocket Chat
This is a demo of a simple chat implemented using WebSockets, showing both how to host a websocket server from Godot and how to connect to it.
Language: GDScript
Renderer: GLES 2
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/538
## Screenshots
![Screenshot](screenshots/screenshot.png)