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)
npm install java-hashcodeNode hashcode function compatible with JavaObject.hascode()
``js``
var java_hashcode = require("java-hashcode").java_hashcode;
console.log(java_hashcode("hello world"));