griddb / nodejs_client

GridDB Node.JS Client
Apache License 2.0
58 stars 83 forks source link

Adding NodeJS client for Windows #16

Closed dangtrungtin closed 5 years ago

dangtrungtin commented 5 years ago

I added CMakeLists.txt file for building with Cmake-js and guide to support building Windows. And I modified source to fix error when build in Windows and fix bug bool can parse to long field in Windows.

knonomura commented 5 years ago

Thank you so much again for your activity. I'll check it.

knonomura commented 5 years ago

Your PR is OK. I merge it. I'll update README with your document. Thanks.