Question

When creating apps that interface on various TCP protocols (apart from HTTP), we need to test our app and how it communicates with a real server.

Now typically with shared hosting you can't install any low level service to talk protocols like POP3, IMAP for email, SIP or XMPP and for instant messaging.

So are there "test" servers that exist (like example.com) that help you debug or test if you app is speaking that protocol correctly?

Or maybe its easy enough to install some email/IM protocol server on another local PC and then we can use Wireshark to test with that?

Was it helpful?

Solution

I think wireshark is probably your best bet. I have never heard of publicly available test servers, I would install a server on your LAN and use that for testing.

OTHER TIPS

Windows Server comes with a built in SMTP server. Try here for some information

There is a list of XMPP servers here, I have personally used OpenFire on Windows.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top