bondy-io / bondy_docs

Bondy Documentation website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorial: Creating your first Realm

aramallo opened this issue · comments

A very short tutorial teaching how to create a new Realm.

I tried to set up a basic router for comparison against crossbar using anonymous auth but I failed. Basically the only examples for configuration I could find was in the marketplace demo repo.

Hi @fungs , sorry about that. Can you show me what you are trying to do? Are you using Docker? Compiling and running local? Any config?

Otherwise I will get back tomorrow with some basic setup using anonymous for you to try.

Hi @aramallo, I did start off with the simplest example using

exec docker run \
    -e BONDY_ERL_NODENAME=bondy1@127.0.0.1 \
    -e BONDY_ERL_DISTRIBUTED_COOKIE=bondy \
    -p 18080:18080 \
    -p 18081:18081 \
    -p 18082:18082 \
    -p 18086:18086 \
    -u 0:1000 \
    --name bondy \
    --rm \
    -v "$PWD/etc:/bondy/etc" \
    leapsight/bondy:master

I played around with the configuration and was trying to connect a caller and callee on a realm. In the meanwhile, I switched to a different WAMP router, due to the lack of documentation, but also because it might be more suitable in my application.

So once you have released some more documentation, I'm going to re-evaluation bondy for my use.
Thanks and keep on going, the software looks very promising! I can't quite understand why WAMP activity seems to have decreased so much in the last years.