mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-01-06 14:59:44 +01:00
14 lines
349 B
Markdown
14 lines
349 B
Markdown
# 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)
|