Code Monkey home page Code Monkey logo

noonniep's Introduction

About Noonniep

Noonniep is an experimental rewrite of Arduino-over-the-web projects CrowdBot and CrowdBotBlock.

Key Features

  • Code editor and viewer powered by CodeMirror and Bootstrap popovers.

  • Users, programs, and data to be stored in a Neo4j graph database

  • Lowering barrier to livestream by showing a live, updating picture of the robot on the homepage

  • Lowering barrier to submitting code by letting users edit and submit a program on the homepage

  • Pop-up code help using Bootstrap popovers

About Node-Neo4j Template

Node-Neo4j Template from aseemk simplifies the use of Neo4j from Node.js. It uses the node-neo4j library, available on npm as neo4j.

Installation

# Install the required dependencies
npm install

# Download and install Neo4j 1.8 locally
curl "http://dist.neo4j.org/neo4j-community-1.8-unix.tar.gz" --O "db-unix.tar.gz"
tar -zxvf db-unix.tar.gz 2> /dev/null
rm db-unix.tar.gz

Usage

Start the local Neo4j instance

neo4j-community-1.8/bin/neo4j start

Run the app!

npm start

The app will now be accessible at http://localhost:3000/.

Uploading to Heroku

Create the app

heroku create APP_NAME

Add a Neo4j add-on (this sometimes takes a few tries)

heroku addons:add neo4j --neo4j-version 1.8.1
git push heroku master

Add a MongoLab add-on to authenticate users

heroku addons:add mongolab:starter

Enable web sockets for streaming data and programs to livestream page

heroku labs:enable websockets

Miscellany

  • MIT licensed.

noonniep's People

Contributors

mapmeld 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.