Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

There are few options: library in C (overhead with writing wrappers but very fast, or general wrapper like SWIG), stand-alone program (overhead with running it, and parsing the output), daemon, whereas daemon can, roughly speaking, listen either of on TCP (overhead related with connections), or local socket (only local machine, and depends on the OS), as well as use either well established protocol (REST, ROAP), or your own.


Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: