๐Ÿ“ฆ tomcartwrightuk / inevitable-domain-presentation

A demo of unix domain sockets for HMTL meetup

โ˜… 2 stars โ‘‚ 0 forks ๐Ÿ‘ 2 watching
๐Ÿ“ฅ Clone https://github.com/tomcartwrightuk/inevitable-domain-presentation.git
HTTPS git clone https://github.com/tomcartwrightuk/inevitable-domain-presentation.git
SSH git clone git@github.com:tomcartwrightuk/inevitable-domain-presentation.git
CLI gh repo clone tomcartwrightuk/inevitable-domain-presentation
Tom Cartwright Tom Cartwright Live coded bit fc2c604 9 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ client
๐Ÿ“ server
๐Ÿ“ slides
๐Ÿ“„ Readme.md
๐Ÿ“„ README.md

A demo of unix domain sockets - in golang

With go installed, in one terminal session:

go get github.com/tomcartwrightuk/inevitable-domain-presentation
cd $GOPATH/src/github.com/tomcartwrightuk/inevitable-domain-presentation/server
go run server.go

In another terminal session:

cd $GOPATH/src/github.com/tomcartwrightuk/inevitable-domain-presentation/client
go run client.go