Giter VIP home page Giter VIP logo

tcp-server-client-go's Introduction

A TCP Server/Client in Go

I know, I know, there are a million of these things out there now. Well, now there are a million and one.

I've wanted to learn Go for some time now, and while on a long holiday it felt like the right time. Because the network libraries seemed so straightforward, I thought I'd take a crack at a legitimate TCP client/server thing.

This project is useless for anything but demonstration, so enjoy, don't consider it to be idiomatic or well-written, but it does work. It manages error states fairly well, which is to say it should never panic.

Usage

Hey, look, it uses flag, how quaint!

Run the server like so:

go run server.go -port 8000

And then connect to it with the client like so:

go run client.go -host localhost -port 8000

The command line arguments shown are the default values, you can omit them to connect to localhost on port 8000. Or, of course, you can connect to some other host where the server is running.

License

This is "do whatever you want with it"-ware. There is nothing here that is particularly novel or valuable. Obviously this software comes with no warranty of any kind. It might cause your computer to become self-aware and destroy you. I take no responsibility for any outcomes, Skynet or otherwise.

tcp-server-client-go's People

Contributors

aaronbieber avatar mayuso avatar dmilde avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.