Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.
/ chat-socket Public archive

WebSocketを使ってチャットっぽいチャットを実現するシステム

License

Notifications You must be signed in to change notification settings

ayatk/chat-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat socket

WebSocketを使ってチャットっぽいチャットを実現するシステム

エラー処理も設計もないとりあえず動けばいいや的な考えで作ったクソコードだから許して欲しい

使い方

ビルド

dep ensure

go build

サーバー

./chat-socket server [-port 1234]

クライアント

./chat-socket client -host <hostname> [-port 1234] -name <your name>

LICENSE

どうぞお好きなようにしやがれ ライセンス

About

WebSocketを使ってチャットっぽいチャットを実現するシステム

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages