alfredbaudisch / GodotPhoenixChannels-Demo

Demo project for the Godot Addon: Phoenix Channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Project: Phoenix Channels Client for Godot and GDScript Godot 3.* Godot 4.0

Donate using PayPal Become a patron Buy Me a Coffee at ko-fi.com

Example project for the Godot Phoenix Channels addon.

What is this?

GodotPhoenixChannels is a GDScript and Godot Engine implementation for the Channels API of the Phoenix Framework. It enables Godot projects and games to connect to Phoenix Channels to leverage the connected massive real-time capabilities of Elixir and Phoenix backends. Compatible with Godot 3.* and Godot 4.0.

See more

Complete details about the addon and usage instructions are in the addon repository.

Links

Godot 4

Godot 3

Running the sample Elixir Project

A simple Elixir server is available in Demo/server.

To run it, have Elixir installed, then:

cd Demo/server
mix deps.get
iex -S mix phx.server

After the server is running, you can run the Godot demo and in the Host field put: ws://localhost:4000/socket.

About

Demo project for the Godot Addon: Phoenix Channels

License:MIT License


Languages

Language:GDScript 100.0%