top | item 43833574

(no title)

to-too-two | 10 months ago

Sounds cool. I'm interested in netcode using Godot. Is there a Git repo I can check out?

discuss

order

cmdrk|10 months ago

Godot has a nice netcode story with ENet, WebSocket and WebRTC integration. If you just want a off-the-shelf product instead of bespoke Erlangy stuff, I think there are a lot of good options out there like Godot's native high-level networking, products like Nakama, etc.

Server backend framework: https://github.com/saltysystems/overworld

Chat server implementation (Erlang): https://github.com/saltysystems/chat_server_example

Chat client implementation (Godot): https://github.com/saltysystems/chat-client-example