An example implementation of a GopherJS client and a Go server using the Improbable gRPC-Web implementation

https://github.com/johanbrandhorst/grpcweb-example

Package react is a set of GopherJS bindings for Facebook's React, a Javascript library for building user interfaces.

https://godoc.org/myitcv.io/react

This page shows a couple of examples of using the protoc-gen-gopherjs gRPC-Web client together with a GopherJS React frontend.

https://grpcweb.jbrandhorst.com/

GopherJS Bindings for ProtobufJS and gRPC-Web

The easiest way to get started with gRPC-Web for Go is to clone the boilerplate repo and start playing around with it.

https://github.com/johanbrandhorst/protobuf/tree/master/protoc-gen-gopherjs

A co-chair instance runs on a single server. Public DNS points at this server, and co-chair will proxy TCP connections to configured backends.

dynamic proxy

https://github.com/anxiousmodernman/co-chair

Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications.

https://github.com/anxiousmodernman/goth

A minimal repo containing all the boilerplate for getting started with GopherJS using gRPC-Web

https://github.com/johanbrandhorst/grpcweb-boilerplate

gRPC Web implementation for Golang and TypeScript

https://github.com/improbable-eng/grpc-web

Experimental visual Go environment

gopherjs 实验性项目

https://github.com/google/shenzhen-go

protoc --gopherjs_out=.  *.proto
protoc --gopherjs_out=plugins=grpc,import_path=mypackage:. *.proto
protoc --gopherjs_out=plugins=grpc:. *.proto

The virtual DOM in Gu is a package which provides a similar but functional approach to define the representation of the expected DOM which must be rendered by the selected Driver.

https://github.com/gu-io/gu/blob/master/docs/concepts/dom.md

Component is a project to showcase the examples of components built using the Gu UI library built for Go. It is created to allow others desiring to use the project to see live versions of existing components and how this components were constructed, in hopes to inspire, direct and inform your thinking of how Gu works.

https://github.com/gu-io/components

A web ui library for Go.

https://github.com/gu-io/gu

react like

https://github.com/myitcv/x/blob/master/react/_doc/general_design.md

https://github.com/myitcv/x/tree/master/gopherize.me/client

GopherJS Bindings for ProtobufJS and gRPC-Web

https://github.com/johanbrandhorst/protobuf

https://github.com/gopherjs/gopherjs

Vecty is a React-like library for GopherJS so that you can do frontend development in Go instead of writing JavaScript/HTML/CSS

https://github.com/gopherjs/vecty

Make DOM manipulation in Go as similar to JavaScript as possible. (via GopherJS or WebAssembly)

https://github.com/siongui/godom

Compiles Go to WASM and deploys to the jsgo.io CDN

https://github.com/dave/wasmgo

Services for interacting with remote services (gcs, git, http etc.) shared between jsgo, play and frizz.

https://github.com/dave/services

https://github.com/myitcv/x

Package dom provides GopherJS bindings for the JavaScript DOM APIs.

https://github.com/dominikh/go-js-dom

Web components with golang (gopherjs)

https://github.com/microo8/golymer

Vecty: a frontend toolkit for GopherJS

https://github.com/gopherjs/vecty

https://github.com/improbable-eng/grpc-web

https://github.com/iafan/syntaxhighlight

https://github.com/johanbrandhorst/protobuf

GopherJS compiler, serving framework and CDN

https://github.com/dave/jsgo

An example of using Go gRPC and tools from the greater gRPC ecosystem together with the GoGo Protobuf Project.

https://github.com/gogo/grpc-example

GopherJS Bindings for jQuery

https://github.com/gopherjs/jquery

Super lightweight Go bindings for react.js

https://github.com/rocketlaunchr/react

Vecty: a frontend toolkit for GopherJS

https://github.com/gopherjs/vecty

A declarative client-side router for Vecty applications.

https://github.com/marwan-at-work/vecty-router

A router for client-side web applications written in go which compiles to javascript via gopherjs.

https://github.com/go-humble/router

portfolio website written in GopherJS & Vecty

https://github.com/marwan-at-work/marwanio

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

https://github.com/gernest/qlql

like preact, but for go with wasm

https://github.com/gernest/greact

Advanced Go Playground frontend written in Go, with syntax highlighting, turtle graphics mode, and more

https://github.com/iafan/goplayspace/

An app that displays updates for the Go packages in your GOPATH.

https://github.com/shurcooL/Go-Package-Store

Create HTML custom elements with go (gopherjs)

With golymer you can create your own HTML custom elements, just by registering a go struct. The content of the shadowDOM has automatic data bindings to the struct fields. Read an blog post.

Web components with golang (gopherjs)

https://github.com/microo8/golymer

jopher provides utility functions for working with GopherJS. Various functions are exposed, from promise wrappers to helpers for calling JS functions.

https://github.com/miratronix/jopher

Kivik provides a common interface to CouchDB or CouchDB-like databases for Go and GopherJS.

https://github.com/cayleygraph/cayley

https://github.com/go-kivik/kivik

GopherJS wrapper for Split.js

https://github.com/dave/splitter

https://godoc.org/honnef.co/go/js/dom

https://github.com/gu-io/gopherjs

https://github.com/gu-io

https://github.com/gu-io/components

https://github.com/influx6/faux

Package highlightjs provides an incomplete wrapper for Highlight.js

https://github.com/myitcv/x/tree/master/highlightjs

A project sample used to demonstrate Gu project generation as demonstrated. It demonstrates how to create your own package.

https://github.com/gu-io/box

https://www.doxsey.net/blog/extending-gopherjs

Aka Go React: GopherJS bindings for Facebook React. NOTE: Still early and not production ready.

https://github.com/bep/gr

https://github.com/bep/grcomponents

gopherjs 进阶

https://www.doxsey.net/blog/extending-gopherjs

https://www.npmjs.com/levelup bindings for gopherjs

This package implements the levelup interface, and at the same time wraps https://www.npmjs.com/package/levelup so you can use any of the supported leveldown backends.

go get github.com/fiatjaf/go-levelup-js

This package implements a few types and interfaces to be used by the actual "down" libraries, which will implement the core functionality of each database.

https://github.com/fiatjaf/levelup

Package gopherjs is a collection of small libraries for use with gopherjs.

Currently in a somewhat workable state.

https://github.com/MJKWoolnough/gopherjs

https://github.com/gopherjs/websocket

Package dom provides GopherJS bindings for the JavaScript DOM APIs.

https://github.com/dominikh/go-js-dom

GopherJS package to accept files by drag+drop

https://github.com/dave/dropper

A simple GopherJS utility library

https://github.com/miratronix/jopher

Make DOM manipulation in Go as similar to JavaScript as possible. (via GopherJS or WebAssembly)

https://siongui.github.io/2017/12/07/synonyms-go-and-javascript/

https://github.com/siongui/godom

https://shields.io/#/

https://gopherjs.github.io/playground/

The Go generator for Vue templates.

https://github.com/norunners/vueg

Go minifiers for web formats https://www.patreon.com/tdewolff

https://github.com/tdewolff/minify

Compiles Go to WASM and deploys to the jsgo.io CDN

https://github.com/dave/wasmgo

The progressive framework for WebAssembly applications.

https://github.com/norunners/vue

A wrapper for GopherJS (gopherjs/js) and Wasm (syscall/js)

https://github.com/gopherjs/gopherwasm

A GopherJS & go/wasm binding for Vue.js

https://github.com/HuckRidgeSW/hvue

JSX for Go

gox is an extension of Go's syntax that let's you write HTML-style tags directly in your source code.

https://github.com/8byt/gox

golang library to make https://chartjs.org/ plots (this is vanilla #golang, not gopherjs)

https://github.com/brentp/go-chartjs

[experimental/outdated; frappe v0.07] GopherJS bindings for frappe/charts - simple Go charts for your frontend

https://github.com/cnguy/gopherjs-frappe-charts

localstorage bindings for go and gopherjs

https://github.com/go-humble/locstor

portfolio website written in GopherJS & Vecty

https://github.com/marwan-at-work/marwanio

A declarative client-side router for Vecty applications.

https://github.com/marwan-at-work/vecty-router

A router for client-side web applications written in go which compiles to javascript via gopherjs.

https://github.com/go-humble/router

A redux-like implementation for Vecty

https://github.com/marwan-at-work/vstore

material-ui components for gopherjs and vecty

https://github.com/gernest/cute

A dumb toy lib to play with GopherJS

https://github.com/owais/rendr

Material design lite components for gopherjs and vecty

https://github.com/wizenerd/ui

This is the port of material design lite grid components in Golang. It is specifically for use with vecty and gopherjs.

https://github.com/wizenerd/grid

Seeking wisdom and enlightenment to guide me through this deep sadness

https://github.com/wizenerd

GopherJS bindings for three.js. Still a WIP.

https://github.com/Lngramos/three

Vecty Samples

dead-simple chat app sample

https://github.com/nobonobo/vecty-chatapp

goqrsvg is an API that makes QR Code to SVG conversions.

https://github.com/aaronarduino/goqrsvg

This is a package for GO which can be used to create different types of barcodes.

https://github.com/boombuler/barcode

Go Language Library for SVG generation

https://github.com/ajstarks/svgo

Bootstrap4 components for Vecty

https://github.com/nobonobo/bootstrap4

Component Set for Vecty

https://github.com/nobonobo/vecty-components

https://github.com/marwan-at-work/vecty-router

Translate html to vecty syntax

https://github.com/dave/html2vecty

HTML to Vecty compiler!

gopherjs的更多相关文章

  1. 使用gopherjs 进行web 应用开发

    1. 安装 go get -u github.com/gopherjs/gopherjs 2. 基本代码使用 备注: 这个只是一个简单的demo,进行pi 运算,结果还真是快 a. code gola ...

  2. go install -v github.com/gopherjs/gopherjs报错提示go cannot find package "golang.org/x/crypto/ssh/terminal" 解决方案

    1前言 方法一:go get 方法二: github clone 2 方法方法一:go get go get golang.org/x/crypto/ssh/terminal 但是这种方法容易被墙,出 ...

  3. Awesome Go

    A curated list of awesome Go frameworks, libraries and software. Inspired by awesome-python. Contrib ...

  4. Google Go 语言从入门到应用必备开源项目

    Go 语言于 2009 年 11 月正式宣布推出,成为开放源代码项目,发展至今已经具有越来越广泛的影响力,今年更是在 TIOBE 编程语言排行榜中跻身 20 强.很多开发者也逐渐将目光投向这门语言,本 ...

  5. 《k8s-1.13版本源码分析》- Scheduler启动前逻辑

    本文原始地址(gitbook格式):https://farmer-hutao.github.io/k8s-source-code-analysis/core/scheduler/before-sche ...

  6. Go 语言相关的优秀框架,库及软件列表

    If you see a package or project here that is no longer maintained or is not a good fit, please submi ...

  7. Debugging golang programs

    https://ttboj.wordpress.com/2016/02/15/debugging-golang-programs/ I’ve been writing a lot of golang ...

  8. 再谈 Go 语言在前端的应用前景

    12 月 23 日,七牛云 CEO & ECUG 社区发起人许式伟先生在 ECUG Con 2018 现场为大家带来了主题为<再谈 Go 语言在前端的应用前景>的内容分享. 本文是 ...

  9. Go -- 中开启gctrace

    godebug是一个跨平台的Go程序调试工具,传统的编译型语言调试器使用底层系统调用并读取二进制文件用于调试各类符号.使用起来很麻烦而且很难移植. godebug使用不同的方法,直接把源码作为目标程序 ...

随机推荐

  1. objc中类方法里的self指的是什么

    所有转出“博客园”,请您注明出处:http://www.cnblogs.com/xiaobajiu/p/4121431.html objc中类方法里的self指的是什么 在objc中是可以在类方法中使 ...

  2. Servlet基础知识总结

    Servlet是JavaWeb应用开发的核心组件.Servlet运行在Servlet容器中(例如最常用的Tomcat),它可以为各种客户请求提供相应服务.Servlet可以轻松完成以下任务: 动态生成 ...

  3. Vue聊天框默认滚动到底部

    功能场景 在开发中,我们总能遇到某些场景需要运用到聊天框,比如客服对话.如果你不是一名开发人员,可能你在使用QQ或者聊天工具的时候并没有注意到,当你发出一条消息的时候,窗体会默认滚动到最底部,让用户可 ...

  4. ubuntu SDL2 安装时依赖文件导致安装失败

    今天打算学习littlev GUI,使用Ubuntu来实现仿真,然后在安装SDL2的时候,始终因为依赖关系导致安装失败,我尝试手动去安装那些有依赖关系的包发现根本不可行,然后我百度上也没有找到合适的法 ...

  5. 帝国CMS站点迁移

    1.重新安装xmapp环境 安装包地址 链接:https://pan.baidu.com/s/1OSwlP90G9VMAZYVXMG245Q 提取码:gnfr 2.安装后启动 3.复制数据库信息 将旧 ...

  6. 最新学习springboot 配置注解

    一.概述      Spring Boot设计目的是用来简化新Spring应用的初始搭建以及开发过程.Spring Boot并不是对Spring功能上的增强,而是提供了一种快速使用Spring的方式. ...

  7. PHP读取excel表格,和导出表格

    读取表格 public function excel(){ import("Common.Vendor.Excel.PHPExcel"); $filename="./fi ...

  8. Delphi高效定制格式的FormatDateTime

    本人根据歼10博主的此博文的思路进行改进,目的是高效的实现FormatDateTime('YYYY-MM-DD HH:NN:SS.ZZZ', Now); 在DelphiXE3 32Bits环境测试10 ...

  9. Vivado 调用自定义IP核

    关于Vivado如何创建自定义IP核有大量的参考文章,这里就不多加阐述了,本文目的主要是解决如何在新建工程中引用其它工程已经自定义封装好的IP核,从而实现自定义IP核的灵活复用. 举个例子,我们的目标 ...

  10. Binary Indexed Tree (Fenwick Tree)

    Binary Indexed Tree 主要是为了存储数组前缀或或后缀和,以便计算任意一段的和.其优势在于可以常数时间处理更新(如果不需要更新直接用一个数组存储所有前缀/后缀和即可).空间复杂度O(n ...