首页 > 解决方案 > What tools to use for a simple API for MySQL on Linux

问题描述

Suppose I have a MySQL database running on a Debian Linux server and I would like to create a simple API (RESTful) to access data from this database. How would you do this, and what opensource tools would you use?

Please note I'm new to using web services so I'm not exactly sure what extra information to put here, but I'm happy to elaborate in the comments if needed.

标签: mysqllinuxapi

解决方案


有很多选择。您可以选择任何这些框架进行快速开发。时下最流行的。

  • 快递(Javascript)
  • Laravel / 蛋糕 PHP (PHP)
  • 春季启动(Java)
  • Akka HTTP (Scala)
  • Django / 烧瓶 (Python)

推荐阅读