0

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 ?

homeway
  • 11
  • 2

2 Answers2

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
0

You can use BERT Android library for Android and java.

https://github.com/pankajsoni19/AndroidBert

Pradeep Bishnoi
  • 1,843
  • 2
  • 22
  • 26