All Projects → gernest → qlql

gernest / qlql

Licence: other
No description or website provided.

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to qlql

vecty-chatapp
Vecty Samples
Stars: ✭ 13 (-50%)
Mutual labels:  gopherjs, vecty
Vecty
Vecty lets you build responsive and dynamic web frontends in Go using WebAssembly, competing with modern web frameworks like React & VueJS.
Stars: ✭ 2,161 (+8211.54%)
Mutual labels:  gopherjs, vecty
gox
JSX for Go
Stars: ✭ 165 (+534.62%)
Mutual labels:  gopherjs, vecty
Userpages
my blog for sharing (source code for siongui.github.io)
Stars: ✭ 64 (+146.15%)
Mutual labels:  gopherjs
Grpcweb Example
An example implementation of a GopherJS client and a Go server using the Improbable gRPC-Web implementation
Stars: ✭ 85 (+226.92%)
Mutual labels:  gopherjs
Lute
🎼 一款结构化的 Markdown 引擎,支持 Go 和 JavaScript。
Stars: ✭ 211 (+711.54%)
Mutual labels:  gopherjs
Migrate
Database migrations. CLI and Golang library.
Stars: ✭ 2,315 (+8803.85%)
Mutual labels:  ql
Gopherjs Electron
Gopherjs bindings for Electron with an API translator.
Stars: ✭ 26 (+0%)
Mutual labels:  gopherjs
React
MOVED TO https://github.com/myitcv/x/blob/master/react/_doc/README.md
Stars: ✭ 234 (+800%)
Mutual labels:  gopherjs
Gr
Aka Go React: GopherJS bindings for Facebook React. NOTE: Still early and not production ready.
Stars: ✭ 162 (+523.08%)
Mutual labels:  gopherjs
Gopherjs Vue
VueJS bindings for gopherjs
Stars: ✭ 142 (+446.15%)
Mutual labels:  gopherjs
Humble
The main repository for Humble. Issues and new feature requests not related to any specific sub-packages go here.
Stars: ✭ 92 (+253.85%)
Mutual labels:  gopherjs
Vue
The progressive framework for WebAssembly applications.
Stars: ✭ 211 (+711.54%)
Mutual labels:  gopherjs
Vdom
A virtual dom implementation written in go which is compatible with gopherjs
Stars: ✭ 83 (+219.23%)
Mutual labels:  gopherjs
ngorm
Neo GORM: The modern fork of gorm The fantastic ORM( Object Relational Mapper ) for Go
Stars: ✭ 37 (+42.31%)
Mutual labels:  ql
Instago
Download/access photos, videos, stories, story highlights, postlives, following and followers of Instagram
Stars: ✭ 59 (+126.92%)
Mutual labels:  gopherjs
Lute
🎼 一款对中文语境优化的 Markdown 引擎,支持 Go 和 JavaScript。A structured Markdown engine that supports Go and JavaScript.
Stars: ✭ 222 (+753.85%)
Mutual labels:  gopherjs
Glua
Maybe you should use https://github.com/fiatjaf/flua instead of this
Stars: ✭ 142 (+446.15%)
Mutual labels:  gopherjs
Godom
Make DOM manipulation in Go as similar to JavaScript as possible. (via GopherJS or WebAssembly)
Stars: ✭ 125 (+380.77%)
Mutual labels:  gopherjs
overpass-api-ruby
A Ruby wrapper for OpenStreetMap Overpass API
Stars: ✭ 22 (-15.38%)
Mutual labels:  ql

qlql

GUI for ql database made with gopherjs, vecty and electron.

qlql

Usage

See hacking below. There is nothing really useful here except to demonstrate how you can use gopherjs to build electron applications.

Hacking

You need

  • go
  • gopherjs
  • npm
  • a brave heart

Then

  • clone the repo
  • run npm install
  • run git submodule update
  • run go get ./...
  • run make build-go to build the ap1 server
  • run make to build the app
  • run npm start to start the electron app

So, somehow the make build-go won't work. Because I have made changes to vecty that are only available to my fork. Replace vecty packages with my fork of vecty before you proceed.

Umh! did I forgot to say you might need a brave heart! :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].