Question

I know php and my friend knows c#.

We have to develop a windows 8 metro app that have the capability of instant messaging.

What else do we need to know? WCF is out of the list because of its limitations towards metro app. So I need to know options other than wcf that should be approached to?

Do MQTT, XMPP or WEBSOCKETS have to do something with our project?

Était-ce utile?

La solution

XMPP sounds like the best option since it's a communications and chat protocol. The others could possibly also be used, but then you'd have to reinvent most of what is already in XMPP.

There are multiple servers already available, all of which cover at least basic chat.

On the Windows Store client side it's a bit harder, but the MatrixXMPP SDK should work well. I've not used in personally though, so you'll have to do your own research that it covers all that you need.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top