Adobe Flex 到 erlang 连接?

发布于 2024-07-14 21:18:36 字数 136 浏览 7 评论 0原文

有人让 Adob​​e Flex 和 erlang 相互连接吗? 很多人在各种博客上讨论这个问题,但我还没有看到可行的解决方案。

Flex 和 erlang 将形成真正的最佳组合。

谢谢。

院长

Has anyone gotten Adobe Flex and erlang to connect to each other? A number of people talk about this on various blogs, but I haven't seen a working solution yet.

Flex and erlang would form a real best-of-breed combination.

Thanks.

Dean

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

熊抱啵儿 2024-07-21 21:18:36

我还没有,但我考虑过一些潜在的选择:

I haven't but I have thought about a few potential options:

岁月无声 2024-07-21 21:18:36

我不知道答案,它可能会滚动您自己的 AMF 传输或使用 http/rest 类型 API,但 Ted Patrick 的这篇博客文章可能会为您提供一个起点:

http://www.onflex.org/ted/2008/01/why-erlang.php

I don't know the answer, it is probably going to be rolling your own AMF transport or using http/rest type API's, but this blog post from Ted Patrick may give you a place to start:

http://www.onflex.org/ted/2008/01/why-erlang.php

玩物 2024-07-21 21:18:36

我已经在 github 上发布了带有 Flex 远程处理模块和示例的 erlang-http 服务器。

git clone git://github.com/mujaheed/erlang-http.git
cd erlang-http
git submodule init
git submodule update
make
cd examples/stock
make run

然后将浏览器指向 http://localhost:8080

I have posted my erlang-http server with flex remoting module and examples on github.

git clone git://github.com/mujaheed/erlang-http.git
cd erlang-http
git submodule init
git submodule update
make
cd examples/stock
make run

Then point your browser to http://localhost:8080

只是在用心讲痛 2024-07-21 21:18:36

Flex 前端和 RESTful 后端运行良好 - 使用套接字来运行远程处理。

可以在此处找到套接字示例。

Flex front-end and RESTful back-end works well - with a socket to run your remoting.

The socket example can be found here.

兔姬 2024-07-21 21:18:36

我认为 Vimagi 结合了 Flash/Flex? 与二郎。

I think Vimagi combines Flash/Flex? with Erlang.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文