HTTP server + Local AI
- 1 Devlogs
- 2 Total hours
A HTTP server, created mainly to host a web interface for my ollama local AI.
A HTTP server, created mainly to host a web interface for my ollama local AI.
I worked on creating the server itself, making it work correctly. To do this, I used the <arpa/inet.h> header. This is my first time doing anything like this, I’ve never messed around with servers and such. The trickiest part was definitely setting up the firewall, since the site did not work on other devices. Serving different MIME types without hardcoding wasn’t the easiest either. Despite that, I really enjoyed doing this, and I’m sure that once I get the ollama API linked using curl, this will surely be a great project to put on my Resume.