Question
Socket.listen doesn't set up server
Hi everyone! I tried to run web server via code:
const conn = new Socket
if(conn.listen(3010)) {
alert('success')
} else {
alert(conn.error)
}
but I got error "Error I/O" without details
Hi everyone! I tried to run web server via code:
if(conn.listen(3010)) {
alert('success')
} else {
alert(conn.error)
}
but I got error "Error I/O" without details
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.