14 ms·
Easy peasy - Just use CGI and never call free(). In all seriousness, I use to work on a large web app written in C and it was fine for CRUD, but I would never
by rhmw2b 3y ago
Easy peasy - Just use CGI and never call free().
In all seriousness, I use to work on a large web app written in C and it was fine for CRUD, but I would never use it for a greenfield project when there are so many other options.