Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TCPClient

A TCP Client that communicates with Help.com Interview Challenge's TCP server. The only component that is missing is the config.js file that stores the ip address and port. Just make a new script named config.js and input the following...

module.exports.IpAddress = {
  IpAddress = 'Put Ip here'
}
module.exports.port = {
  port = 'Put port here'
}

About

A TCP Client that communicates with a TCP server

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages