sailorproject / sailor

A Lua MVC Web Framework.
MIT License
921 stars 125 forks source link

Maintainers wanted #173

Open Etiene opened 5 years ago

Etiene commented 5 years ago

Sailor has been almost abandoned for almost two years now because I didn't have time and I had to move on to other projects due to MSc and work. There were some people offering help, but in the end nothing happened. Anyone else would like to take over? Happy to mentor and offer some guidelines of next milestones

jperon commented 5 years ago

Sailor has been abandoned for almost two years now because I didn't have time

What a pity : I've just discovered it, and it's great !

Helping is something I can do (for bugfixes or small enhancements), but I don't have enough skills to take over.

Etiene commented 5 years ago

I am still revieweing pull requests :)

Immortalin commented 5 years ago

I just put the word out. Hopefully someone will step up!

jayluxferro commented 5 years ago

Hi, I just came across it and I think its really cool. I would love to maintain it. Will need some guidelines though. Thank you.

Sailor has been almost abandoned for almost two years now because I didn't have time and I had to move on to other projects due to MSc and work. There were some people offering help, but in the end nothing happened. Anyone else would like to take over? Happy to mentor and offer some guidelines of next milestones

Etiene commented 5 years ago

Thanks @Immortalin for announcing this!

@jayluxferro please send me an email at dalcol@etiene.net and lets chat and I can guide you through the project :)

Etiene commented 5 years ago

I sent an email to @jayluxferro, but realized why not post some of my considerations in public too:

Important questions to have in mind:

And here are some of my thoughts about some of these questions and the current state of the project:

I have some other thoughts considering the use of lua at frontend development, but I think this has less priority as long as Sailor is good at returning JSON, so I'm not gonna dwelve into this part yet.

Looking forward to hearing your thoughts!

elihugarret commented 5 years ago

Hi Etiene!

About the questions above:

"Are there other Lua web frameworks with the same proposition as Sailor? Is it worth keeping Sailor maintenance or is it better to contribute to another project?"

I dont know about others MVC like Lua frameworks out there but will be great to keep Sailor and push forward. I agree that the default server should be nginx and limit the servers it supports (may be looking forward to containarization), even if it is too close to Lapis for sharing the Openresyiness, the most important difference is that Lapis is Moonscript oriented and the language hasnt received updates recently and Lua is improving constantly. I've been experimenting with the two frameworks and sometimes Lapis feels like Flask in the sense that I feel more confortable writing APIs in it and Sailor is like an all-terrain framework.

Is Sailor the best proposition for web development in the Lua world today? How did the web development in other languages evolve?

Sailor is/was the more friendly for web development in the Lua ecosystem. I never managed to deploy it to Heroku, but Alwaysdata gives full support and dont know about any other Lua web framework that can be so easily hosted.

"What are new technologies for using Lua on web? How can Sailor leverage those?"

I think there´s more focus on "Lua on the front-end". Fengari is super interesting and easy to make things with it, also it integrates very well with Hyperapp, I 've made an example here. Maybe providing Sailor with a Lua modern front-end framework (components, state management, etc) will boost more its coolness. I dont know if it is ok to continue to include Starlight, it was pretty awesome but seems that it is no longer maintained.

The modularization of the point number 2 may be the next step needed for adding new features. I've tried to implement hot-swapping in the controller but I failed cause the inner libs are very connected.

It would be nice to maintain Sailor, and contribute to the Lua community in this way besides making strange noises with computers :) I'll need to know the guidelines and maybe discuss about making a Roadmap.

Etiene commented 5 years ago

I guess then the best decision is, if anyone has time to tackle the modularization (which is the only thing that can open new doors for the future of sailor), then the project should keep going, otherwise it should be archived. Anyone can tackle this?

malachaifrazier commented 4 months ago

I'm kinda new-ish and just now starting to dig into the code