implementing new json file

This commit is contained in:
daniel muniz
2024-06-19 09:24:05 -03:00
parent e39149a0cd
commit 0d531a1182
2 changed files with 1470 additions and 181 deletions

View File

@@ -1,16 +1,16 @@
const dgram = require('dgram'); const dgram = require('dgram');
const client = dgram.createSocket('udp4'); const client = dgram.createSocket('udp4');
const message = 'bet365.com'; const message = 'fadsiojdsf';
const serverHost = 'localhost'; // const serverHost = '34.116.211.192';
const serverPort = 3000; // const serverPort = 3000;
// const serverHost = '209.97.181.89'; const serverHost = '209.97.181.89';
// const serverPort = 33333; const serverPort = 33333;
// const serverHost = 'localhost'; // const serverHost = 'localhost';
// const serverPort = 41234; // const serverPort = 33333;
client.send(message, 0, message.length, serverPort, serverHost, (err) => { client.send(message, 0, message.length, serverPort, serverHost, (err) => {

File diff suppressed because it is too large Load Diff