-
-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Ethosa edited this page Jul 30, 2023
·
5 revisions
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 ✨
serve "127.0.0.1", 5000:
"/":
"Hello, world!"
appRoutes "app":
"/":
"Hello, world!"
How you can see Happyx is simple to use! 🙂
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 |
Just put a star or send PR if you can ✌