go-frp

Functional Reactive Programming in Go

  • 所有者: gmlewis/go-frp
  • 平台:
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

go-frp - Functional Reactive Programming in Go

Status

GoDoc
Build Status

Overview

Functional Reactive Programming as demonstrated by React,
React Native and Flux appear to be game-changing
technologies for web development as well as native app development for both
Android and iOS.

While investigating these technologies, I came across the
Elm Programming Language and was impressed by the simple web app model
and the idea that a single language could provide all the HTML, CSS, and
JavaScript necessary to create a full web application. I read through the
tutorials and examples and although I'm a big fan of functional programming
languages, it dawned on me that with the advent of GopherJS, I could
do all this in Go.

This is not an official Google product.

Why Go?

There are a number of reasons for using Go:

  • Go is easy to read and understand,
  • goimports (and its integration with text editors) is fantastic,
  • if your code compiles, chances are good that it is correct, and
  • Go makes programming fun again.

Installation

$ go get github.com/gopherjs/gopherjs
$ go get github.com/gmlewis/go-frp/v2

Getting started

Run the examples

$ cd examples/1
$ gopherjs build -m app.go

License

Copyright 2015 Google Inc. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

主要指標

概覽
名稱與所有者gmlewis/go-frp
主編程語言Go
編程語言Go (語言數: 1)
平台
許可證Apache License 2.0
所有者活动
創建於2015-11-13 17:03:30
推送於2019-04-04 13:15:53
最后一次提交2019-04-04 09:15:44
發布數2
最新版本名稱v2.0.0 (發布於 )
第一版名稱v1.0.0 (發布於 )
用户参与
星數50
關注者數4
派生數4
提交數26
已啟用問題?
問題數0
打開的問題數0
拉請求數10
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?