I want to try that but, i dont have any reference and tutorial of this.
The documentation of bitcoinjs only example of code.
can any one give me link tutorial how to use that library bitcoinjs or if there is any different ways to create website for transaction bitcoin.
Thanks.
Why do you need a library ? Just use an api or write your own RPC.Doesn't matter which language the code is written in,you just have to take the Json data coming from the API and map it to your frontend.Unless you are seeking to have a backend database there is no need of connecting it to nodeJs.
Okay, yea i know how to use api. but i really want to learn how to connect my offline bitcoin wallet in node js. i already found it https[Suspicious link removed]cute-a-command-line-binary-with-node-js , i think my problem already solved , thanks for your reply.