Join the conversation

Sign in to join this conversation, and others like it, in the communities you care about.

Wekan

Wekan is an open-source kanban board (Trello like) which allows a card-based task and to-do management.

Wekan / General

Would you choose Meteor today?

Would you choose Meteor today?

Wekan / General · April 15, 2020 at 2:24pm (Edited 4 years ago)

I played around with Meteor in 2012, but in the end I left the framework behind because I felt that bigger projects would get pretty "bloated" over time. So I thought of Meteor as "suitable for smaller real-time based projects".

After working on Wekan for some time - would you choose Meteor again if you had to start over today? If not, which stack would you choose?

Load previous messages

April 16, 2020 at 3:47am

etc

    • reply
    • like

    Meteor is actively developed framework

      • reply
      • like

      up-to-date

        • reply
        • like

        @boeserwolf What framework do you use?

          • reply
          • like

          It's partly based on my wiki page https://github.com/wekan/demo/wiki/Roadmap

            • reply
            • like

            with all those no Javascript at frontend and PWA plans

              • reply
              • like

              problem is, I get stuck at the very beginning

                • reply
                • like

                Well, the reason why I started maintaining Wekan https://github.com/wekan/wekan/wiki/FAQ#what-was-wekan-fork--wefork

                  like-fill
                  1
                  • reply
                  • like

                  was because original author tried to rewrite Wekan, and got tired in trying that

                    • reply
                    • like

                    Also my own stats at ohloh https://www.openhub.net/accounts/xet7

                      • reply
                      • like

                      those thousands of commits

                        • reply
                        • like

                        Sure, I am looking at various frameworks. It's just that, moving a mountain is not easy.

                          • reply
                          • like

                          Also at Wekan Roadmap https://boards.wekan.team/b/D2SzJKZDS4Z48yeQH/wekan-open-source-kanban-board-with-mit-license I have promised to develop some big features to Wekan, and some customers have already paid

                            • reply
                            • like

                            Currently I'm releasing new Wekan versions often

                              • reply
                              • like

                              Many contributions as pull requests from various individuals and companies from around the world

                                • reply
                                • like

                                and updates to about 50 translated languages

                                  like-fill
                                  2
                                  • reply
                                  • like

                                  Like, changing engine to train when at full speed is kind of hard

                                    • reply
                                    • like

                                    Sure I do various small tests to see if that would somehow be possible

                                      • reply
                                      • like

                                      April 16, 2020 at 6:39am

                                      @xet7, thanks a lot for your time to answer in depth. Much appreciated.

                                        Edited
                                        like-fill
                                        1
                                        • reply
                                        • like

                                        It's like, I don't have 13 years to rewrite Wekan

                                          Absolutely! And unfortunately, this is the typical situation you find yourself in when working on large projects in the software industry. You can't rewrite the whole thing, and besides, nobody wants to pay for it, so you're basically stuck with outdated frameworks / stacks.

                                            • reply
                                            • like

                                            @boeserwolf What framework do you use?

                                              Well, it depends. I've worked with a few over the years, starting with jQuery (of course), Angular 1.x up to Angular 2 - 9 (popular in the German corporate environment), Meteor (which I was quite excited about in 2012), React / React Native and over the last two years I've been stuck with Aurelia 1. For smaller or private projects I tend to use Vue because it's just so quick and simple, and I want to look into Svelte.

                                                • reply
                                                • like

                                                That said, if I want things to be robust and require very litte up to no maintenance, I tend to write it in the purest way possible (e. g. vanilla JS / PHP / C# / Go, whatever) and avoid external dependencies.

                                                  • reply
                                                  • like