Skip to content

Kong/tcpbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcpbin(1): TCP Request & Response Service

Created and maintained by Mashape

FEATURES

Feature Description
echo Echoes any request sent to 54.175.103.105:4444
info Content Cell Get request info at 54.175.103.105:5555

DESCRIPTION

This project has been started to help testing TCP requests in a very easy way. It is very useful for seeing what your clients are sending to TCP servers and debug problems. It can also be used for mock integration tests.

EXAMPLES

$ echo "Text to send" | ncat 54.175.103.105 4444

Text to send

$ echo "Get some info" | ncat 54.175.103.105 5555

{
  "client-ip": "127.0.0.1",
  "data": [71,101,116,32,115,111,109,101,32,105,110,102,111,10],
  "text-data": "Get some info\n",
  "size": 14
}

AUTHOR

A Mashape project.

SEE ALSO

Mockbin.com - Mock, Test & Track HTTP calls

Apiembed.com - Embeddable API Code snippets

Mashape.com - Largest API Marketplace And Powerful Tools For Private And Public APIs

About

TCP Request & Response Service, written in node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published