Premium support for our pure JavaScript UI components


Post by rahulranjan »

Hi can we have scheduling in backend.
Does Bryntumn Gantt have support for Backend Instead of UI


Post by arcady »

The Gantt internally uses SchedulingEngine written in typescript that technically can run on a server with nodejs.

So scheduling on the server side is possible technically. Yet we've never really tested the use case when the client-side Gantt UI uses a server-side scheduling.
It looks doable for sure but there certainly will be issues to handle while implementing such configuration. Feel free to ask questions here on the forum if you try implementing that. We'll try to help.

We also provide professional services if that's an option for you. More details here https://www.bryntum.com/contact/


Post by rahulranjan »

Hi Arcady
Thanks for Answer

  1. From where i can download the SchedulingEngine .
  2. How to Setup and run it any wiki guide

Post by arcady »

SchedulingEngine classes are shipped with the Gantt so you can find its sources in "lib/SchedulingEngine" folder.
But there is almost no docs for the engine itself yet I'm afraid: https://www.bryntum.com/docs/gantt/engine/

The situation w/ the docs is going to change in the next major release of the Gantt where we've refactored it drastically.


Post by rahulranjan »

Hi
From where i can download Engine


Post by arcady »

SchedulingEngine classes are shipped with the Gantt so you can find its sources in "lib/SchedulingEngine" folder.


Post Reply