diary, study, etc

This commit is contained in:
chimchooree
2023-05-13 00:43:22 -05:00
parent 2f3a2ecfc1
commit 552716835d
13 changed files with 164 additions and 25 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<!---->
<h1>Godot 3 Tutorial - Chat Room using WebSocket </h1>
<h1>Godot 3 tutorial - chat room using WebSocket </h1>
#godot #webdev <br>
<br>
<p>Follow along to make your first mini WebSocket application in GDScript (with a little JSON). The client and the server will be two separate projects. I build upon the <a href="http://web.archive.org/web/20220928131714/http://www.narwalengineering.com/2018/07/01/godot-tutorial-simple-chat-room-using-multiplayer-api/">NetworkedMultiplayerENet chat room tutorial</a>(archive link) by <a href="https://www.deeproot.dev/">Miziziziz</a> and the <a href="https://docs.godotengine.org/en/stable/tutorials/networking/websocket.html">HTML5 and WebSocket tutorial in the Godot documentation</a>. </p>
@@ -691,5 +691,5 @@ func _ready():
<p>Enjoy^^ </p>
<br>
<p>Last updated February 26, 2022 </p>
<p>Last updated February 26, 2022. </p>
<br>