Giter Site home page Giter Site logo

Comments (2)

fguillot avatar fguillot commented on July 20, 2024

I already think about that, but I just started to explore different approach to refresh the boards for multiple users in the same time. I'm looking for a technology simple to setup and reliable.

By example, it can be:

  • A stupid ajax polling than check the board every 30 seconds (works everywhere but not efficient)
  • Use server-side events javascript api (I didn't test with PHP, not sure if it's reliable)
  • Use websockets (need a separate program and require more configuration on the server)

The process is simple, when someone move a task, every connected users get a notification to refresh their board. And the client refresh only the necessary parts.

I will be done, sure because I also don't like to refresh manually the board :)

from kanboard.

fguillot avatar fguillot commented on July 20, 2024

It's implemented in the development version.

I choose the Ajax polling version, every 10 seconds the board is updated when necessary. So if you open 2 different browsers on the same board and move a task, you should see the change inside the other window.

The board status is checked only if the tab is visible and only the board is updated not the whole page.

from kanboard.

Related Issues (20)

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.