Pokémon Online
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Pok
Yeah, the last few posts that got pretty off-topic have been split and moved here in Dev Discussion. It was looking like there may have been some non-project discussion for several more posts to come.
The indelible lord of tl;dr
Re: Pok
I use c# Silverlight and it connects to a server i made in c#. It also needs policy server which I took from a website. Google Silverlight async sockets or something similar.Kada wrote:Genaga, is your Silverlight application running as a Socket client to a Socket Server somewhere, and if so what language is the socket server programmed in?
If not, can you explain the backend connectivity?
Silverlight front-end connecting just to a database pulling data every 500ms - 1 second using polling? or
Silverlight client connecting to some socket server? etc..
Then I don't have to BS my way around the internet figuring out what technologies I should be using to get a project like this up and running.