Node.js alongside .Net libraries -
i'm not sure if question has either been asked or in correct stack site. - let me know if isn't , i'll gladly remove it.
i'm .net-stack developer; more specifically, web. enjoy many of tools , frameworks .net has offer.
i develop lot javascript, , various frameworks such angular. on last couple of years.
as develop more js i'm finding myself intrigued node.js , strengths has. admit, don't know great deal node.js other of typical hello world
examples out there.
now, rather not have learn whole bunch of other frameworks replace of ones use in .net - such entity framework example.
so lead me wonder - there available bridges gap between node , .net.
perhaps thought process isn't working correctly, though achieve be:
- front end angular
- calling node.js rest api
- node reaching out business layers built .net
i figure this, would/could speed , scale-ability node.js offers keep in many years of experience have .net between rest service , database.
is exists, or possible?
yes, entirely possible.
think of node.js application http server on it's own, .net server. can both co-exist on same physical(or virtual) server running on different ports. can bring them both under same domain , port using iis (or apache, nginx, etc) reverse proxy settings. setup, take communicate between 2 simple http call, , front end it's running under 1 system, though in reality they're 2 separate applications.
Comments
Post a Comment