Post
Topic
Board Digital goods
Re: ProjectEX - Altcoin Cryptocurrency Exchange Script - ONLY $99 LIMITED TIME!!!
by
Thomas-TM
on 10/12/2015, 17:05:01 UTC
How to run node server on this script?

Does anyone have the documentation to this script?

What do you mean by "node server"... and There is no documentation on this script. Its essentially a "figure it out on your own" thing.

Offers should refresh automatically. As it is bittrex, without refreshing the page.

This script is there, but without documentation do not know how to turn on.
The source of the page is the code:
Code:
window.socket = {};
socket = io.connect( 'http://127.0.0.1:8081' );
socket.on( 'doTrade', function( data ) {
console.log('data socket:',data);
var market_id=data.market_id;
            //update order buy
            console.log('data message_socket: ',data.message_socket); .... .

Trade Engine Server based on sockets.io and nodeJS


Nobody knew about this?
Quote from: https://bitify.com/auctions/download-software/projectex-altcoin-exchange-script-phpmysql-sale-169429/
Quote
optional a secondary server to run the nodeJS Trade Engine on for security or run on the same server