Coder Social home page Coder Social logo

simudream / radar-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zendesk/radar

0.0 2.0 0.0 2.92 MB

High level API and backend for writing web apps that use push messaging

Home Page: http://radar.zendesk.com/

JavaScript 98.48% CSS 0.91% HTML 0.62%

radar-1's Introduction

Radar

High level API and backend for writing web apps that use real-time information.

Documentation

See http://radar.zendesk.com/index.html for detailed documentation.

Build Status

Installation

###Installing from scratch:

###Installing from NPM:

  • Install and start redis
  • Install a 0.10.x or better branch of Node, look in http://nodejs.org/dist/
  • npm init
  • npm install --save radar
  • create a file called server.js with the contents:
  var http = require('http');
  var Radar = require('radar').server;

  var httpServer = http.createServer(function(req, res) {
    res.end('Nothing here.');
  });

  // Radar server
  var radar = new Radar();
  radar.attach(httpServer, { redis_host: 'localhost', redis_port: 6379 });

  httpServer.listen(8000);
  • node server.js

Running tests

By default, when running npm test, tests are ran only against sentinel.

If you want to run against redis directly, you should execute: npm run test-redis or npm run test-full to run against redis and sentinel (longer).

How to contribute

js-standard-style

Copyright and License

Copyright 2015, Zendesk Inc. Licensed under the Apache License Version 2.0, http://www.apache.org/licenses/LICENSE-2.0

radar-1's People

Contributors

vanchi-zendesk avatar lucasefe avatar bolddane avatar nherment avatar mixu avatar junosuarez avatar

Watchers

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