Skip to content

Tag: node.js

How are Objects with Functions Handled in Node.js?

I am currently using Node.js to handle the back-end of my website but I am unsure of how Websockets/Objects are handled together. This is a template I am using as an example of my main class. (Sends web-requests to a specific page) } This is my Main Websocket File (Stripped for simplicity) Lets say I receive …