darkwiiplayer
Newcomer
Greetings Lua Forum!
Today I'd like to share a little project I'm working on: Restia, a new framework for building web applications (and other web stuff, really)
Let me explain: The original idea was to build a lightweight framework for web applications, but throwing out all of the magic that annoys me so much about frameworks like rails, while finding alternatives solutions that ideally keep about 90% of the convenience of these other frameworks with 0% of the magic.
Since most of the building blocks are intentionally very generic, I've been finding out that they can very easily be applied to other applications like building static websites or even completely unrelated applications (the config module, for example, could be used anywhere).
The questions I'm currently trying to figure out are:
If you're interested, I'd love if you could have a quick look at the readme and maybe even play around with the current development version. I'm currently just going by what I figure might be best without any feedback from other users, which is never ideal. But please keep in mind that most stuff is still very experimental. A short™ guide on how to get started is included in the repository.
Anyway, thanks for reading and have a wonderful day
Today I'd like to share a little project I'm working on: Restia, a new framework for building web applications (and other web stuff, really)
Let me explain: The original idea was to build a lightweight framework for web applications, but throwing out all of the magic that annoys me so much about frameworks like rails, while finding alternatives solutions that ideally keep about 90% of the convenience of these other frameworks with 0% of the magic.
Since most of the building blocks are intentionally very generic, I've been finding out that they can very easily be applied to other applications like building static websites or even completely unrelated applications (the config module, for example, could be used anywhere).
The questions I'm currently trying to figure out are:
- What direction should I take this in?
- What features need to be added, which ones should be left out?
- Should it work without openresty as well? (luahttp, tarantool, etc.)
If you're interested, I'd love if you could have a quick look at the readme and maybe even play around with the current development version. I'm currently just going by what I figure might be best without any feedback from other users, which is never ideal. But please keep in mind that most stuff is still very experimental. A short™ guide on how to get started is included in the repository.
Anyway, thanks for reading and have a wonderful day