C++ Modules in Node

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ก.ย. 2024

ความคิดเห็น • 10

  • @reecejones4658
    @reecejones4658 5 ปีที่แล้ว +1

    Awesome presentation!! Am planning to use this soon. Really nice work!

  • @garritosk8cr571
    @garritosk8cr571 4 ปีที่แล้ว

    Awesome, thank you! Greetings from Costa Rica 👍

  • @tinkering.online2007
    @tinkering.online2007 4 ปีที่แล้ว

    Thank you for this informative video.

  • @boot-strapper
    @boot-strapper 2 ปีที่แล้ว

    I wish this was more popular, and had better docs. It's difficult to figure out how to do stuff, but I want to do it more.

  • @spixe22
    @spixe22 6 ปีที่แล้ว +3

    Could you publish code on github?

  • @reeshabhchoudhary5112
    @reeshabhchoudhary5112 6 ปีที่แล้ว

    I get this error : TRACKER : error TRK0005: Failed to locate: "CL.exe". The system cannot find the file specified. [D:\NodeJS\AddOn\build\zhang-suen.vcxproj],
    even though I have this file available, but node-gyp is not able to locate it. Any workaround? I am using VS Code to do this

    • @FaruhPaerhati
      @FaruhPaerhati 4 ปีที่แล้ว

      Make sure CL.exe is on your PATH variable. If you are using MSBUILD (Visual Studio) as your C++ Compiler you should add the path to the CL.exe from your C++ Visual Studio Build Tool Chain directory to your environment's PATH variable

  • @turinreza
    @turinreza 6 ปีที่แล้ว

    what is Nan.h and Nan?
    I thought it was Node.h and V8?

  • @grog8164
    @grog8164 6 ปีที่แล้ว +1

    Instead of creating a native C++ module for use in Node.js, why not having a "long processing microservice" of any language where you can bridge to your node app using zeromq ?
    Does someone has enough experience to say some pros and cons here ?

  • @thuannguyen-thai4803
    @thuannguyen-thai4803 5 ปีที่แล้ว +1

    Just talk and do nothing. Why do you not run a code line?