Giter Site home page Giter Site logo

gae-chat's Introduction

App Engine Example GAE chat

goaをベースとしてGAE/go向けのchatアプリを作成

注意点 : go.1.8環境で作っています。作った時点ではまだbeta環境です

動かし方

必要なもの

  • AppEngine Go SDK

macでのインストール手順

$ brew install app-engine-go-64

もしくはinstructions を参照

deploy手順は documentation を参照

Running Locally

$ make devserver
$ make devclient

devclient側てproxy経由でアクセスすることで開きます
http://some.test.com:3000/ にアクセスして下さい

some.test.com が嫌なら以下を修正して下さい

  • server/chat-client/package.json
"start": "HOST=some.test.com  react-scripts-ts start", <--変更

Deploying

以下の projectName を自作のものに変更して下さい

GAE_PROJECT:=projectName <- change

以下を叩いて実行

make deploy

Updating the DSL

省略 Makefileを参照

gae-chat's People

Contributors

m0a avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.