Skip to content
This repository was archived by the owner on Jul 17, 2018. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 370 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 370 Bytes

ReactGo

Simple example of running React in Go. Not in any way fully featured, more a proof of concept than anything.

NOTES

  • Building with duktape on windows causes multiple definition error. Use the following to build until they fix golang linker. go build -ldflags "-extldflags=-Wl,--allow-multiple-definition"