Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

230
Views
Dgram UDP to Webpage

I need to have my console output be displayed in a webpage with Express and EJS. I am getting the UDP in my console.

JavaScript:

import express from "express";
import dgram from "dgram";

const socketServer = dgram.createSocket("udp4");
const app = express();

app.get("/", (req, res) => {
    //res.send("Hello World!");
});

socketServer.on("message", (msg, rinfo) => {
    console.log(`got messsage from ${rinfo.address}, data: ${msg}`);
});

app.listen(5000, () => {
    socketServer.bind(5000);
    console.log(`Backend started!`);
});
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!