java-hashcode
v0.0.1
Published
This is a very simple tool that provides a way to do a Hashcode that is compatible with Java hashcode, This tool is very usefull for software that use java for some part and node for other (in particular if use partitioned something using hash)
Downloads
3
Readme
Node hashcode function compatible with JavaObject.hascode()
Install:
Install it with NPM or add it to your package.json:
npm install java-hashcode
How to use
var java_hashcode = require("java-hashcode").java_hashcode;
console.log(java_hashcode("hello world"));