|
|
|
|
|
by 7402
1918 days ago
|
|
This is not applicable to most projects, but my choice for simple lightning-fast prototypes on my local network is HTML + CSS + a shell-script CGI app calling unix tools. The server runs on the same machine I do development on. No stack, no packages, no installation, no deployment! Instant gratification! But also, no security, no scalability, no complexity, no fancy U/I. We're taking about a conceptual prototype, not something that could easily transition into a real product. |
|