ShadowApex / godot-go

Go language bindings for the Godot Engine's GDNative API.
MIT License
363 stars 31 forks source link

Provide an example of using Go code for networking #36

Closed dobegor closed 2 months ago

dobegor commented 6 years ago

Given that Go has excellent networking library and it's a breeze to code network stuff in Go, could you provide an example of writing some dead-simple network lib in Go and interfacing it from Godot scripts /C++ ?