文件名称:philae:在 Meteor 应用程序上安装 Elixir 应用程序
文件大小:16KB
文件格式:ZIP
更新时间:2024-07-18 10:03:27
Elixir
菲莱 将 Elixir 应用程序放到 MeteorJs 应用程序上 连接到 Meteor 应用程序并订阅收藏 带有客户端 API 的 DDP 模块仍然有些奇怪,但现在您可以像这样实现一个简单的客户端 defmodule PlayerVoter do use GenServer def start_link do GenServer . start_link ( __MODULE__ , [], []) end def init ([]) do { :ok , client_pid } = Philae . DDP . connect ( " ws://localhost:3000/websocket " , __MODULE__ , self) {collection, id} = Philae . DDP . subscribe (client_
【文件预览】:
philae-master
----mix.exs(770B)
----config()
--------config.exs(1KB)
----test()
--------philae_test.exs(134B)
--------test_helper.exs(15B)
----mix.lock(470B)
----LICENSE(1KB)
----Elixir.Philae.beam(14KB)
----.gitignore(34B)
----lib()
--------ddp_handler.ex(959B)
--------philae.ex(736B)
--------ddp.ex(3KB)
----README.md(4KB)