#Mojo for front-end development.

1 messages · Page 1 of 1 (latest)

manic delta
#

Is it possible to use Mojo for front-end development?

lucid glade
#

In theory yes, but definitely not for production ready applications yet. E.g lightbug (http framework I'm working on) is serving a simple HTML page with styles by default when you start up a server:
https://github.com/saviorand/lightbug_http
You can already set up basic routing (see an example in the README) and serve static assets.
I'm working on another project which is a more full-fledged web framework, but it might be a while until it's ready

GitHub

Simple and fast HTTP framework for Mojo! 🔥 Perfect for building web services and simple APIs. For Mojicians with deadlines. - GitHub - saviorand/lightbug_http: Simple and fast HTTP framework for Mo...