Skip to content

Just for learning purposes: a simple sock server: single threaded, single process which handles multiple clients.

Notifications You must be signed in to change notification settings

sdumi/dum_sockserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Test Sock Server
================

Configuring and Building
========================

Currently no configuration is needed, as there is no installation script.
To build the process:
  g++ -o sockserver sockserver.cc


Running and connecting to server
================================

To run the server invoke the executable name and give a port number:
  ./sockserver 112233

To connect to server, simply telnet to host (ie: localhost) on the port specified at server startup:
  telnet localhost 112233

About

Just for learning purposes: a simple sock server: single threaded, single process which handles multiple clients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published