Hi, 

I'm trying out nodejs as a TCP server. The client server protocol is binary 
and the first value is a unsigned 64bit integer. The actual value in this 8 
byte's is a unix epoch such as 1340304234643. The bytes are in network byte 
order/big endian.

Is there anyway that I'm going to be able to read this value in nodejs?

Thanks

Ben

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to