GitXplorerGitXplorer
m

chachachat

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
048d65d42821febf9e8cf63348d9c44caf9f7f55

Improve readme

mmluts committed 8 years ago
Unverified
fbcdb6af07c40ad16d06a0280f62e69b18c246a2

Rename this to be usable as a go package

mmluts committed 8 years ago
Unverified
3fccccf27271d436147c4e66586796c06cd47b44

Don't need else here

mmluts committed 8 years ago
Unverified
58bf5c1f7a04a817769929c5d0ba3136060584a3

Correctly handle client exit

mmluts committed 8 years ago
Unverified
bdc519e5bd3342de3cc24d8fa758edb8c20307b4

Do not expose implementation of Handle

mmluts committed 8 years ago
Unverified
87dfe7d45016b3079851f048338c511bd5b3cecd

What can be better

mmluts committed 8 years ago

README

The README file for this repository.

chachachat

The attempt to do a chat in go

How to use the server

go install github.com/mluts/chachachat
~/go/bin/chachachat :9999

How to use the client

go install github.com/mluts/chachachat/chachachat-client
terminal1:
~/go/bin/chachachat-client :9999 user1

terminal2:
~/go/bin/chachachat-client :9999 user2

See your messages appear on the other side when you write something

What can be better

The connections/users lookup is O(n), but can be O(1)