Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
HttpBeast, Translatables And More Other .tar.gz | 2023-06-23 | 308.6 kB | |
HttpBeast, Translatables And More Other source code.tar.gz | 2023-06-23 | 308.6 kB | |
HttpBeast, Translatables And More Other source code.zip | 2023-06-23 | 342.9 kB | |
HttpBeast, Translatables And More Other.zip | 2023-06-23 | 342.9 kB | |
README.md | 2023-06-23 | 578 Bytes | |
Totals: 5 Items | 1.3 MB | 0 |
Changelog 📕
- New alternative HTTP server -
httpbeast
. You can enable it with-d:hpxBeast
flag 🔥 while
statement for HTML DSL ⚡nim appRoutes(...): "/": tDiv: nim: var x = 0 while x < 10: "x is {x}"
- Translatables for all project types ✨
nim translatable: "Hello, world!": "ru" -> "Привет, мир!" "fr" -> "Bonjour, monde!" serve(...): # or appRoutes "/": return translate("Hello, world!")