c# - Alternative solution to Java applet -


i want create architecture below

web browser sends http request. web server accepts , returns response port client machine. windows service setted @ client machine accept reponse , process it.

i want realize project via java applet. chrome doesn't support npapi. , firefox terminate support till end of 2016. therefore decided solve problem above way.

how can realize it?


Comments

Popular posts from this blog

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -