Giter VIP home page Giter VIP logo

javascript-examples's Introduction

Convergence Logo

Convergence Examples

Build Status](https://travis-ci.org/convergencelabs/javascript-examples)

This repository contains several examples that demonstrate using various features of Convergence.

Dependencies

  • ruby, gem
  • jeykll >= 3.9.x
  • Convergence >= 1.0.0-rc.7

Development Setup

  1. Ensure development dependencies are installed for your platform.
  2. npm install
  3. bundle install
  4. Copy the src/config.example.js to src/config.js.
  5. Update src/config.js as appropriate for your domain. The default assumes that a convergence server is running on localhost:8000.
  6. npm start
  7. Open http://localhost:4000

Alternatively, you can use Docker to build and run a container as shown below.

Building and Running the Container

To build the examples and associated docker container:

npm run build
./scripts/docker-build.sh

The container can then be run using:

./scripts/docker-run.sh

If you need to modify how the container is run, simply copy the commands in the docker-run.sh file and modify as required.

Convergence Server

An easy way to get the convergence server up and running for the examples is launch the Convergence Omnibus Contianer:

docker run --name convergence -p "8000:80" convergencelabs/convergence-omnibus

Branches

The master branch contains examples that work with the latest released version of Convergence. The develop branch contains new / updated examples that work with the current version of Convergence that is in development and may or may not worth with the latest release version. If you are not developing Convergence you should probably stick with master.

Support

Convergence Labs provides several different channels for support:

javascript-examples's People

Contributors

alalonde avatar dependabot[bot] avatar mmacfadden avatar

Watchers

 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.