How to Easily Use gRPC and Protocol Buffers with Node.js

This Article will give a basic introduction to GRPC and Protocol Buffers. Following that I will be showing how to use GRPC and Protocol Buffers in a NodeJS Application… Read more

Similar

How to Compile Node.js Code Using Bytenode

In this post, I will show you how to “truly” compile Node.js (JavaScript) code to V8 Bytecode. This allows you to hide or protect your source code in a better way than obfuscation or other not-very-efficient tricks (like encrypting your code using a secre... (more…)

Read more »