I want to use erlang as android backend, but the n2o/erlang framework use a bert/websocket. Can I use bert in android to it's backend ? Is there some library for android or java ?
Asked
Active
Viewed 722 times
2 Answers
0
I found this library published in Clojars (i.e. the Maven of the Clojure world), but I couldn't find the source code though and its last version is from May 28, 2013 so I'm not really sure what is its status.
Another option is using the C++ library through JNI in your android project, creating a wrapper around it and using it to encode/decode BERT data, though I guess it would be a PITA.
For what it's worth, there is a Clojure implementation here, though not ready for production.

juan.facorro
- 9,791
- 2
- 33
- 41