Page 4 of 4
Re: Developing a game on Board Game Arena
Posted: 22 November 2012, 22:36
by ChrisGNZ
Thanks for putting up the two latest technical presentations; they were very interesting! One thing I failed to pick up on from the BGA Framework presentation is how the client browser receives notifications from the BGA server. What mechanism is used to achieve this? Does the client continually poll the server to see if a notification is waiting, or does the client hold open an HTTP stream? Or am I just over-thinking this?

Re: Developing a game on Board Game Arena
Posted: 22 November 2012, 22:48
by sourisdudesert
Hello,
You are not overthinking
We are using a Comet technology:
http://en.wikipedia.org/wiki/Comet_%28programming%29
(Currently, we are using HTTP long polling system).
But don't be afraid: the BGA framework is taking care of all this (complex) part: from the developer point of view you just have to push your data and they are received on client side.
Cheers,
Re: Developing a game on Board Game Arena
Posted: 23 November 2012, 09:24
by macco
sourisdudesert wrote:Hello,
You are not overthinking
We are using a Comet technology:
http://en.wikipedia.org/wiki/Comet_%28programming%29
(Currently, we are using HTTP long polling system).
But don't be afraid: the BGA framework is taking care of all this (complex) part: from the developer point of view you just have to push your data and they are received on client side.
Cheers,
That is, you take away all the fun!

Re: Developing a game on Board Game Arena
Posted: 23 November 2012, 13:54
by teasel
ehy souris,i asked in the developer subforum but i got no reply,what do i need to do if i want to partecipate? is this thing even already out?
Re: Developing a game on Board Game Arena
Posted: 24 November 2012, 23:43
by Phelan
It isn't out yet. If you're interested, send them an email, and they'll contact you when it's available.
Re: Developing a game on Board Game Arena
Posted: 10 March 2019, 00:54
by beri
I have designed an abstract game that works really well. Is there some place where I could find a willing developer?