Using Mojo For Back-end Web Development
Hi, I am trying to build something like hacker rank online. Is it possible to do this using mojo? Is it possible to build the back-end of a website using mojo? Apologies if this is a naive question - I’m just starting out as a developer in my free time
4 Replies
You probably wanna check out lightbug
https://github.com/saviorand/lightbug_http
GitHub
GitHub - saviorand/lightbug_http: Simple and fast HTTP framework fo...
Simple and fast HTTP framework for Mojo! 🔥. Contribute to saviorand/lightbug_http development by creating an account on GitHub.
@Shubham I'm the author, let me know if you have any questions! There's also a very barebones beginning of a more fully-fledged API framework here with a django-like hello world example https://github.com/saviorand/lightbug_api
GitHub
GitHub - saviorand/lightbug_api
Contribute to saviorand/lightbug_api development by creating an account on GitHub.
Okay that’s awesome. I’ll try with that. I’m quite keen to help out (don’t think I’m experienced enough yet to directly contribute - i have about 4 years of experience working in python as an analyst, not developer) - could i try building my app using that and being of help how you see fit?
Sounds good, any feedback is helpful!