开发者

real time drawing - what to use

开发者 https://www.devze.com 2023-03-10 04:32 出处:网络
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 si

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

0

精彩评论

暂无评论...
验证码 换一张
取 消