Skip to content
Ethosa edited this page Jul 30, 2023 · 5 revisions

Happyx

Macro-oriented asynchronous full-stack web framework written in Nim with ❤

With HappyX You can easily create web applications ✌

HappyX support same syntax for backend and frontend ✨

SSR

serve "127.0.0.1", 5000:
  "/":
    "Hello, world!"

SPA

appRoutes "app":
  "/":
    "Hello, world!"

How you can see Happyx is simple to use! 🙂

HappyX For ...

Framework Type Url
FastAPI SSR https://github.com/HapticX/happyx/wiki/HappyX-for-FastAPI-Programmers
Jester SSR https://github.com/HapticX/happyx/wiki/HappyX-for-Jester-Programmers
Prologue SSR https://github.com/HapticX/happyx/wiki/HappyX-for-Prologue-Programmers

How I Can Support This Project? ✨

Just put a star or send PR if you can ✌

Clone this wiki locally