ProgpJS is a fast JavaScript engine written in Go, designed for server applications requiring high speed and stability. It is 2x faster than Node.js and on par with DenoJS and BunJS. This tutorial shows you how to start with ProgpJS, use compiled mode to build a fast HTTP server, and integrate Go code for caching. The
Table of contents
IntroductionWhat we will learn in this tutorial?Some benchmarksPrerequisitesInstalling the sample projectThe script index.tsRunning our projectWe want more!From javascript to GoFrom Go to javascriptSending more data from javascript to GoAdding our cache logicSending a Go object to javascriptOur final functionTesting our new functionTo go furtherStarring my GitHub projectDiscord Server1 Comment
Sort: