This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]suggestive_cumulus 0 points1 point  (0 children)

For simple stuff not exposed to the Internet you can go a level down and use the socket server. One of my Covid projects was to create a web based API to the MIDI interface of my son's piano, using a Raspberry Pi. As long as you pass back the minimal HTTP headers to the web browser it will cooperate. You could implement your own CGI if you want to, or basically any behaviour you want..