Dahs81 / tech-olympics-demo

This is code for a simple echo server that I used at Tech Olympics (a high school hack-a-thon)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCP Client/Server

This is a very simple echo server used for my Tech Olympics workshop.

How to use:

  1. Change the port in both the client an server to any port between 1025-65535
  2. In one terminal, cd server and run go run main.go
  3. In another terminal cd client and run go run main.go
  4. Type any text in the client terminal and watch it echo on the server.
  5. Type "Done" in the client terminal to close it out.

About

This is code for a simple echo server that I used at Tech Olympics (a high school hack-a-thon)


Languages

Language:Go 100.0%