DEV Community

[Comment from a deleted post]
Collapse
 
theodesp profile image
Theofanis Despoudis

Great, Unfortunately in real world scenarios it's not going to be that easy as you have to construct your own abstraction layers on top of the WebSocket protocol. For simple thigs its great though!

Collapse
 
scare4face_3 profile image
InnocentGH

// i get this error when i start the app. i know the problem has to do with the socket, but what is actually wrong

const getApiAndEmit = async socket => {
^
SyntaxError: Unexpected identifier
at createScript (vm.js:56:10)
at Object.runInThisContext (vm.js:97:10)
at Module._compile (module.js:542:28)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:393:7)
at startup (bootstrap_node.js:150:9)

Collapse
 
omnicouleur profile image
Omnicouleur

Hello , i'm having the same issue ..
have you found a solution ?
thank you