Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rougemine
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
rougemine
2y ago
It feels weird at the beginning, but after a bit of practice I found it pretty nice to write HTML in Python. Here is an example of a HTML page layout written with the DOMinate [1] library for example, in a "JSX-like" way: https:&
2.
▲
by
rougemine
3y ago
It’s possible to build quite dynamic user interfaces with htmx - even games :-) —> https://zakuchess.com/ One benefit I found to it is that it allows developers to keep the business logic entirely on the backed side, wit
3.
▲
by
rougemine
3y ago
Ah, good idea! I will do, thanks :-)
4.
▲
Show HN: ZakuChess, an open source web game built with Django, htmx and Tailwind
(zakuchess.com)
5 points
by
rougemine
3y ago
|
2 comments
5.
▲
by
rougemine
3y ago
Well unless you use a less traditional setup such as FrankenPHP, in order to run PHP behind a Nginx server you still need a long running process for PHP-FPM, if I'm not wrong? :-)