Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Technically with cgi I wrote websites in perl and (less common) in C. Basically, the workflow it's the same with every language. The http server read a file or call a program or a file passed in an interpreter and the output is sent to the client. Example: if you use arduino with some shields you have to write both the http server and the program that output the web page in a single program. But arduino's C it's very abstract compared to the avr's assembly (or pic, arm, ti and more). I think it's possible to make a website in assembly then the image isn't totally a joke, the question is: why someone has to be so masochist?
Related Rants
-
ahmedam23What only relying on JavaScript for HTML form input validation looks like
-
isaacWeisberg21Me and my wife are software engineers Started dating while doing a project together I guess you could say that...
-
JMoodyFWD48My "Coding Standards" for my dev team 1.) Every developer thinks or have thought their shit don't stink. If y...
It has to be a joke...
undefined
o'reilly
web development
assembly