Facon / cpp-v8-typescript-example

Showcase how to integrate C++ with TypeScript through V8 library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp-v8-typescript-example

Showcase how to integrate C++ with TypeScript through V8 library.

Prerequisites

  • CMake
  • gcc, clang or MSVC
  • V8 library
  • Node with npx and TypeScript module globally installed

Potential usages

Videogame scripting, high performance applications and low latency applications. Otherwise is probably better to create two separated applications in C/C++ and Node.js connected through gRPC or similar.

About

Showcase how to integrate C++ with TypeScript through V8 library

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 68.9%Language:CMake 19.2%Language:Dockerfile 9.0%Language:TypeScript 2.9%