diff --git a/src/diary/entries/220831 b/src/diary/entries/220831 index 3cdc81f..199dfbc 100644 --- a/src/diary/entries/220831 +++ b/src/diary/entries/220831 @@ -1,5 +1,5 @@ -

Blessfrey.me Under Construction

+

Blessfrey.me - Under Construction

#webdev

The website doesn't look how I want it to yet!

diff --git a/src/diary/entries/230227 b/src/diary/entries/230227 index a34369f..ac8f136 100644 --- a/src/diary/entries/230227 +++ b/src/diary/entries/230227 @@ -1,5 +1,5 @@ -

Godot 3 Tutorial: Chat Room using WebSocket

+

Godot 3 Tutorial - Chat Room using WebSocket

#godot #webdev

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 NetworkedMultiplayerENet chat room tutorial(archive link) by Miziziziz and the HTML5 and WebSocket tutorial in the Godot documentation.