Skip to content

Nightscratch/godot-socketio

 
 

Repository files navigation

Godot Socket.IO

This is a rudimentary implementation of a Socket.IO client in GDScript. Currently it is meant to serve more as a proof-of-concept than as a completed library. It has not been extensively tested and is missing plenty of features.

Missing Features

  • Disconnect handling and auto-reconnection
  • Support for binary data
  • Various API methods like onAny, once, off, timeout, etc
  • Support for old protocol versions

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • GDScript 80.2%
  • JavaScript 11.0%
  • HTML 8.8%