How to call Node.js/JavaScript functions directly from C/C++

A simple project showing how to call JavaScript code from C/C++ using QuickJS and esbuild – jescx/README.md at master · ijustlovemath/jescx… Read more

Similar

HTTP request logging in Node.js

One of the most basic kind of logging every backend application should have is a trace logging of all incoming HTTP requests. Yet it’s not easy to make it right and useful. Let me show you what we have learned and what we do to ensure our logs are meaning... (more…)

Read more »