Giter Site home page Giter Site logo

cloud-school / go.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from snormore/go.io

0.0 2.0 0.0 1.06 MB

A Go application providing a push server using a pluggable client transports (such as sockjs, socketio, SSE) and a pluggable consumer transport (such as rabbitmq, sqs, redis) [under development]

License: BSD 3-Clause "New" or "Revised" License

go.io's Introduction

Go.iO - a Go push server

A Go application providing a push server using a pluggable client transports (such as sockjs, socketio, SSE) and a pluggable consumer transport (such as rabbitmq, sqs, redis) [under development]

Go.iO Communication Sequence Diagram Go.iO Node Sequence Diagram

Bootstrap

Download and install the latest Vagrant installer from http://downloads.vagrantup.com/

wget wget http://files.vagrantup.com/packages/64e360814c3ad960d810456add977fd4c7d47ce6/Vagrant.dmg

Now clone the repo and bootstrap your workspace

git clone [email protected]:snormore/go.io.git
cd go.io
vagrant up
vagrant ssh
cd /u/apps/go.io
source sbin/init-env.sh
sbin/go-get.sh

If you use SublimeText as your editor, check out the plugin https://github.com/DisposaBoy/GoSublime

Troubleshooting

If you run into this error on sbin/go-get.sh or a go get

go install runtime: open /usr/lib/go/pkg/linux_amd64/runtime.a: permission denied

then you are possibly seeing this issue http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658421 and you can solve it by executing

find /usr/lib/go/pkg -type f -exec touch {} +

Also, Vagrant 1.1.5 has an issue with the reload command, which should be fixed soon, but if you run into this issue during vagrant reload, check for an update or install a previous version.

Building

sh sbin/build.sh

Running

sh sbin/run.sh

Building and running

sh sbin/build-and-run.sh

TODO

  • Consider an authentication strategy for Javascript clients connecting to GoNode, perhaps proxied from the master WebNode.

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.