pocketplace

:fireworks: Draw pixels on a canvas with friends.

Github星跟踪图

pocketplace

:fireworks: Draw pixels on a canvas with friends.

Demo

  • Completely in-memory, no need for a database.
  • Statically linked, everything you need in one binary, including the frontend.

Install

  $ go get github.com/olahol/pocketplace

Example

  $ pocketplace -port 8080 -size 200 -cooldown 0
    Canvas pixel size 200x200
    Drawing cooldown 0s
    Listening on port 8080

Development

To build the frontend into the binary I use file2const
and go:generate directives. So if you are modifying the frontend don't forget to:

  $ go generate
  $ go build

to build the binary correctly with the updated frontend.

主要指标

概览
名称与所有者olahol/pocketplace
主编程语言Go
编程语言Go (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2017-04-04 00:59:42
推送于2017-06-15 02:24:49
最后一次提交2017-04-09 17:36:44
发布数0
用户参与
星数79
关注者数4
派生数8
提交数2
已启用问题?
问题数1
打开的问题数0
拉请求数0
打开的拉请求数1
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?