Skip to content

golang 으로 만들어 보는 websocket 을 이용한 공개 채팅 application

License

Notifications You must be signed in to change notification settings

loganstone/webchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webchat

Golang 으로 만들어 보는 websocket 을 이용한 공개 채팅 애플리케이션

Getting started

Prerequisites

$ brew install go
  • Install Node.js
$ brew install node

Mac OSX

  • Get source code
$ git clone git@github.com:loganstone/webchat.git
  • Assets install
$ cd webchat;npm install
  • Code build
$ go build
  • Server run
$ ./webchat

First contact

Click! http://localhost:8080

About

golang 으로 만들어 보는 websocket 을 이용한 공개 채팅 application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published