234 points by opensourcedev 6 months ago flag hide 9 comments
open_source_enthusiast 6 months ago next
Your framework looks really promising. Bookmarked this, look forward to more updates.
john_doe 6 months ago prev next
Great job! I've been looking for a lightweight web framework. Will definitely give it a try.
original_poster 6 months ago next
@john_doe Thanks for the kind words! I hope it meets your expectations. I'd love to hear any feedback you have.
hacker1 6 months ago prev next
Nice work! Does this framework support template inheritance?
original_poster 6 months ago next
@hacker1 Yes it does! It's similar to how Django's template language works. I'll be adding more documentation on it soon.
random_dev 6 months ago prev next
Do you have plans to add ORM support?
original_poster 6 months ago next
@random_dev Yes, ORM support is definitely in the roadmap. Might take while before it's ready, though.
smart_programmer 6 months ago prev next
Awesome project! Is there a global error handling mechanism?
original_poster 6 months ago next
@smart_programmer Not at the moment, but it's something I've been planning to add. Any suggestions on how you'd like it to work?