Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial: Creating your first Realm #12

Open
aramallo opened this issue Jan 13, 2023 · 3 comments
Open

Tutorial: Creating your first Realm #12

aramallo opened this issue Jan 13, 2023 · 3 comments
Labels
tutorial request A request for a new Tutorial

Comments

@aramallo
Copy link
Contributor

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

@aramallo aramallo added the tutorial request A request for a new Tutorial label Jan 13, 2023
@fungs
Copy link

fungs commented Sep 8, 2023

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.

@aramallo
Copy link
Contributor Author

aramallo commented Sep 8, 2023

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.

@fungs
Copy link

fungs commented Sep 11, 2023

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

exec docker run \
    -e [email protected] \
    -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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tutorial request A request for a new Tutorial
Projects
None yet
Development

No branches or pull requests

2 participants