Results 1 to 2 of 2

Thread: How to perform operation in socket.io?

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2022
    Location
    Daly city
    Posts
    1

    How to perform operation in socket.io?

    I have been using socket.io to broadcast data in real-time for a school's web application. I'm using nuxt.js framework and everything works fine but now my client wants to broadcast the message in the form of different numbering systems like binary, decimal and hexadecimal so , first, I need to convert the message into the equivalent hex or decimal number like them: https://binarytotext.net/hexadecimal-to-decimal/ and then broadcast it.

    I struggled a lot in setting up the socket.io as I'm a beginner. I just copied and pasted code from a Github page. Now, I have to include the code for this hexadecimal conversion. Is there any way to perform this operation?

  2. #2
    PowerPoster jdc2000's Avatar
    Join Date
    Oct 2001
    Location
    Idaho Falls, Idaho USA
    Posts
    2,393

    Re: How to perform operation in socket.io?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width