(FRONT) FRONT (2024)

Node project for support this blog

Now my blog contains more than 10,000 pages with various programmer recipe and need about 30 GB disk space. I manage my blog with my own CMS system, most of its I have write on Visual Basic, but some component I have write with Node.js, for example this component https://github.com/Alex1998100/VbNetSupport

This component allow me to get statistic, find text, replace, make backup and working in Windows and Linux.


For example previously my blog was placed in private server and exposed to internet with Cloudflare VPN ZeroTrust Transfer domain to Cloudflare CDN and than to Cloudflare ZeroTrust VPN.. In this case I can use Apache server tag Include


<!-- include virtual="/Menu.htm" -->

This project allow me to replace whole server tag to equivalent JS script.


<!-- include virtual="/Menu.htm" --><Menu></Menu><script type="text/javascript">fetch("/Menu.htm").then(response => response.text()).then(data => document.querySelector("Menu").innerHTML = data)</script>



Comments ( )
Link to this page: http://www.vb-net.com/NodeVbNetSupport/Index.htm
< THANKS ME>