Skip to content

huydemi/DogeChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Real-Time Communication with Streams

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published