Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 802 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 802 Bytes

DogeChat

In this Real-Time Communication with Streams Tutorial, you will learn:

  • Input & Output Streams
  • Opening a Connection
  • Reacting to Incoming Messages
  • Sending Messages
  • Cleaning Up After Yourself

walkthrough

Getting Server Up and Running

setup

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install go

compile

go build server.go

run

sudo ./server
More:

Source: