If you want to implement plugin functions for software, which method do you recommend the most?

  Kiến thức lập trình

Plugin functions

  1. Read text files such as toml json
  2. Add, delete, modify and query sqlite database
  3. Send network requests, such as GET POST

calibre plugins are written in python
rime plugins are written in lua
bob plugins are written in javascript

I am thinking, golang supports cross-platform cross-compilation, and the compiled executable files have no dependencies. What if I use golang to write plugins?

In my opinion, javascript is the most suitable, and the number of people who know this language is the largest.

New contributor

OJ_ is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT