Skip to content

OctopusRage/kongko

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KONGKO

kong.ko

bentuk tidak baku: kongkow

v Jk bercakap-cakap yang tidak ada artinya; mengobrol

Background

This is sample code used in Qiscus TechTalk #97 presentation at EDS, Jl. Asem Kranji K-7, Sekip, Yogyakarta. You can see slide presentation here z

Prerequisites

Using precompiled binary

Instead installing dependencies and build it manually, you can use precompiled binary if you are using Ubuntu (this binary compiled in Ubuntu 16.04, but may still running in higher version).

$ ./out/kongko.bin --addr localhost:9000 --ws-addr ws://localhost:8083/mqtt

Install, Build and Run

Install using glide,

$ glide install

Then build it,

$ go build -o out/kongko.bin -i cmd/kongko/main.go

Finally, run it:

$ ./out/kongko.bin --addr localhost:9000 --ws-addr ws://localhost:8083/mqtt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 50.0%
  • HTML 50.0%