Skip to content

ytkang/golang_chat_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run in linux system

  1. change "gopath" file in this folder.

  2. enter command "source gopath"

  3. install requirment packages using "go get" command

  4. set const host values in chat.go file const ( listenAddr = "10.0.100.31:3000" // server address mongoHost = "127.0.0.1:27017" // mongodb host )

  5. go run chat.go

About

golang websocket chat bot with mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published