GithubHelp home page GithubHelp logo

abhipr1 / sioux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from torstenrobitzki/sioux

0.0 2.0 0.0 3.18 MB

C++ Comet web server with bindings to C++ and Ruby / Rack

Ruby 2.13% HTML 4.32% C 0.11% C++ 78.50% SuperCollider 0.66% JavaScript 10.45% CoffeeScript 3.18% CSS 0.65%

sioux's Introduction

Sioux is a framework to build Comet Web-Servers

It is based around a publish subscribe paradigm. A web client want to display a special set of data. If that data changes, the client want to get informed about that changes.

The project currently supports two protocols. The first is Bayeux, a protocol mainly used by the cometd project and pubsub/http an own protocol under development. The main difference between Bayeux and pubsub/http is, that Bayeux focuses on publishing messages, while pubsub/http is developed with communication object states in mind.

On the server side, a binding for C++ exists and a binding for Ruby/Rack (that makes it's easy to use it with Rails).

Dependencies

  • Rake is used as build system
  • boost (1.57.)
  • cometd client library (only for Bayeux protocol needed)
  • jQuery
  • node.js (for Testing the CoffeeScript pubsub/http client)

getting "started"

Currently this isn't an "out of the box" product. I've build the project under OS X and Linux. To get an overview, checkout the source and use rake docu to build doxygen documentation. rake -T gives an overview of the available build targets. If you need help, send me a message.

Examples

Have a look at /source/tests/chat.cpp as a C++ chat example and /source/tests/rack_chat.rb for the same in ruby.

Licence

Sioux is licensed under MIT Licence.

sioux's People

Contributors

torstenrobitzki avatar langley avatar xtroce avatar

Watchers

James Cloos avatar Abhishek Anand 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.