#Mojo for front-end development.
1 messages · Page 1 of 1 (latest)
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