Giter Club home page Giter Club logo

systems-toolbox-sente's Introduction

systems-toolbox-sente

This library gives you WebSockets communication between a Clojure backend and ClojureScript web clients. One of the applications using it is BirdWatch, which is a good example for an application where information continuously flows from the server to the connected client, rather than only answering a few requests on page load.

In addition, the server side component also allows specifying routes and their handlers so that REST requests can also be answered.

These components have previously been part of the system-toolbox library and were moved into a separate repository to reduce dependencies.

Dependencies Status

Testing

As a default, the tests will run in Firefox. This requires you to install GeckoDriver first:

$ bin/get-geckodriver.sh

With GeckoDriver installed, you can fire up the tests:

$ lein integration-tests

Also, you can run the tests using PhantomJS:

$ BROWSER=phantomjs lein integration-tests

Or in Chrome:

$ bin/get-chromedriver.sh
$ BROWSER=chrome lein integration-tests

Tests are run automatically on CircleCI using Chrome: CircleCI Build Status

On TravisCI, the tests are run on PhantomJS: TravisCI Build Status

Test coverage can also be checked:

$ lein test-coverage

License

Copyright © 2015, 2016 Matthias Nehlsen

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

systems-toolbox-sente's People

Contributors

bartadv avatar kamituel avatar matthiasn avatar michalmarczyk 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.