Posts by Hudson de Oliveira Felipe • 85 points
3 posts
-
0
votes1
answer73
viewsQ: TCP Server + Web Server in the same application
Next guys, I have some ideas for a project and I’m having some questions ... 1º Is it possible to create a TCP Server that will handle the connection with the Client along with a Web Server using…
-
2
votes1
answer55
viewsQ: Two Systems on the same server
I am creating a game server and in this game server will have several channels belonging to the same server, ai was wondering if it is possible to create two Listen on the same server, example: var…
node.jsasked Hudson de Oliveira Felipe 85 -
6
votes1
answer64
viewsQ: Assemble structure with hexadecimal data
Personal talk all right ? I get from a socket a buffer of 116 bytes in hexadecimal these bytes have a structure, for example: From the beginning: 2 bytes = 1ª variável 1 byte = 2ª variável 1 byte =…