jdmcpeek / weB-ohnanza

Play Bohnanza, the international floral gaming sensation, online for free, forever.
0 stars 0 forks source link

Planting and player turn updates #2

Closed jdmcpeek closed 9 years ago

jdmcpeek commented 9 years ago

Socket.io to have real-time updates. http://socket.io/

jdmcpeek commented 9 years ago

https://www.meteor.com/

Three-way data binding.

Steven-Wright commented 9 years ago

wanna give me the ELI5? @jdmcpeek Explain like i'm 5.

jdmcpeek commented 9 years ago

Not sure what that is.

jdmcpeek commented 9 years ago

http://www.reddit.com/r/explainlikeimfive/ gotcha haha

So as far as I can tell it's a framework on top of node and socket.io to automatically update db and views whenever either side is touched. It handles all that for us through websocket pushing and their templating engine.

Data binding is the connection between special template tags and the database. Not sure why they call it three-way.

jdmcpeek commented 9 years ago

ELI5: I do one thing here and it does everything else for me there. No hussle and bussle.