Skip to content

teamclouday/GodotSocketIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot SocketIO

socket.io v4 client for Godot engine

How to Use

Step 1

Drop client.gd into Godot project.

Step 2

See reference code in example.gd

Be aware that by default socket.io server uses /socket.io/ suffix in url. So for example, if http://localhost:8000/ is normally used in client, use http://localhost:8000/socket.io/ instead.

References

Limitations

Does not support binary data transfer. You're welcome to open pull request for this.