Skip to content

Latest commit

History

50 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

fire 🔥

A web framework written in Mojo.

NOTE: This is a work in progress. It is not ready for production use.

example

fromfireimportRequest, Response, app, routeasrfnindex(request: Request) ->Response:
# TODO: add response attributesreturnResponse()
fnposts(request: Request) ->Response:
returnResponse()
fnmain():
r["/"](index)
r["/posts"](posts)
app.run()

About

Fire is a web framework written in Mojo (🔥) with some Python (🐍) magic (✨)

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages