Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 erlang 作为 android 后端,但是 n2o/erlang 框架使用了 bert/websocket。我可以在 android 中使用 bert 到它的后端吗?是否有一些适用于 android 或 java 的库?
我发现这个库发布在 Clojars(即 Clojure 世界的 Maven)中,但是我找不到源代码,它的最后一个版本是 2013 年 5 月 28 日,所以我不确定它的状态是什么。
另一种选择是在你的 android 项目中通过JNI使用C++ 库,围绕它创建一个包装器并使用它来编码/解码 BERT 数据,尽管我猜它会是一个 PITA。
值得一提的是,这里有一个 Clojure 实现,虽然还没有准备好投入生产。
您可以将 BERT Android 库用于 Android 和 java。
https://github.com/pankajsoni19/AndroidBert