Hello
I want to do a small web b开发者_运维问答ased game in which there will be 2 users and one of them needs to draw something in canvas and the second one needs to guess what is that. Both of the sides needs to see the process of drawing... very simple game. What should I use to make it? Javascript, Java, jQuery, or maybe something different?
I would suggest to go with jQuery + some canvas plugin (like jCanvas) on the client side and anything you want (PHP/Java/C#/etc) on the server side.
I found this blogpost about Silverlight + Wcf Polling Duplex
this might be something useful?
blogpostlink
精彩评论