MessageDream / goby

A react native code push server written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goby

As we know microsoft CodePush cloud is slow in China, we can use goby to build our's. We can use qiniu or OSS to store the files, because it's simple and quick! Or you can use local storage, just modify conf/app.ini file, it's simple configure.

Build Status Build status Go Report Card

INSTALL FROM BINARY

Linux

Windows

Darwin

$ unzip goby-*.zip
$ ./goby server #open http://127.0.0.1:3000 in browser and configure it.
$ code-push login http://127.0.0.1:3000 

INSTALL FROM SOURCE CODE

Dependencies:

$ git clone https://github.com/MessageDream/goby.git
$ cd goby
$ glide install
$ go build goby.go
$ ./goby server #open http://127.0.0.1:3000 in browser and configure it.
$ code-push login http://127.0.0.1:3000 

DIFF UPDATE

If you want to client just download the diff code, according to the following steps:

SUPPORTED

Database

  • mysql
  • postgres
  • sqlite3
  • tidb

Cache

  • memory
  • file
  • memcache
  • redis

Storage

Log

  • console
  • file
  • database
  • connection(tcp、unix or udp)
  • email(smtp)

License

MIT License read

About

A react native code push server written in Go

License:MIT License


Languages

Language:JavaScript 59.2%Language:Go 24.2%Language:HTML 8.5%Language:CSS 7.8%Language:Shell 0.2%