I have some DLL files compiled from visual Fortran compiler. How can I call them from javascript client-side (or server-side) .all in visual studio 2015 environment. any body help me ,brief description or a link or an example will be appreciated. best regards.
update 1: I found some answers as below:
Call DLL methods from Javascript
Need to call client side DLL from browser
update 2: is it necessary to use javascript call dll (that made from Fortran) or is there anyway else to use Fortran on web?