nodejs

  1. FromLondon

    Parse serverquery login credentials

    Hello, is there are any ways to parse login data for SQ when new instance created ? (for shell client using shelljs) var child = shell.exec(`sudo -u root sh /root/dev/${name}/ts3server_startscript.sh start inifile=ts3server.ini`,{async:true}); child.stdout.on('data', function(data) {...
  2. XARON

    NodeJS Chat Application

    https://github.com/xaronnn/NodeJS-Chat Temp Demo: http://54.38.22.33:4001/
  3. FromLondon

    Node JS framework

    Hello. Anyone work with teamspeak server through node js? I`m testing this thing and have some problems: disconnection with server close after some idle time Library for this: teamspeak-query Get error: events.js:182 throw er; // Unhandled 'error' event ^ Error: This socket has...
Top