jrbarron
- Karma
- 11
- Created
- April 11, 2016 (10y ago)
- Submissions
- 0
CTO at Owners Room.
[ my public key: https://keybase.io/jbarron; my proof: https://keybase.io/jbarron/sigs/v_5OUk5v-ENN1aGcAg-0KY9i50h6FfUQNsxEE6PeUac ]
[ my public key: https://keybase.io/jbarron; my proof: https://keybase.io/jbarron/sigs/v_5OUk5v-ENN1aGcAg-0KY9i50h6FfUQNsxEE6PeUac ]
Understandable :) Can I ask what platform you are on?
Very valid point about 'go get'! The main problem currently is that we put all the source dependencies in the repo as Git submodules and use the repo itself as the GOPATH. We do this because we are using some…
C++ works with qpm, but it doesn't package anything in binary form. It just pulls down the source code from Github and generates some boilerplate to wire it up to the application project.
There should be binaries for Mac, Windows and Linux and the source should compile on FreeBSD and others. What's missing?
The decision was between Node, Qt, and Go. At the end of the day, we wanted the possibility to share code between the client and server and Go's server side support is much better than Qt's so we decided to implement it…