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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -