0

My C++/cli server sends to node.js TCP client a 64 bit integer representing a date(according to DateTime). How to interpret the value in node Buffer as a javascript DateTime instance.

NoTrust
  • 207
  • 3
  • 10
  • Have you taken a look at https://nodejs.org/api/buffer.html ? See https://stackoverflow.com/help/how-to-ask because your question is a little vague (with regards to what you have done and what you're having problems with) – Cody G Sep 24 '18 at 15:23
  • @CodyG. I've read this, but there is no methods to work with 64 bit values – NoTrust Sep 24 '18 at 17:53
  • https://stackoverflow.com/questions/9643626/does-javascript-support-64-bit-integers – Cody G Sep 24 '18 at 19:50

0 Answers0