用于实现 REstful API 的最佳轻量级/高性能嵌入式 Web 服务器是什么

发布于 2024-12-01 06:28:32 字数 103 浏览 0 评论 0原文

用于实现 REstful API 的最佳轻量级/高性能嵌入式 Web 服务器是什么?我需要将它与java代码连接起来。 谁能建议我最好的解决方案?因为我是这个领域的新手

问候,

What is the best Lightweight/high performance embedded web-server for implementing REstful API. I need to interface it with java code.
can anyone suggest me the best solution for it? as I am newbie in this field

Regards,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

氛圍 2024-12-08 06:28:33

也许 Jetty 就是您正在寻找的,尽管最好也检查一下其他人(例如 Tomcat),看看哪一个最适合您的需求。

Perhaps Jetty is what you're looking for, although it would be a good idea to also check others (like Tomcat, for instance) to see which one's the most suitable for your needs.

墟烟 2024-12-08 06:28:32

我认为找到性能方面“最佳”的 cotnainer 是一项非常艰巨的任务,它基于您的特定用例,也就是说 - 您将如何使用它?由于它是 RESTful API,我想您会对通过一些简单的服务为大量客户提供服务感兴趣。因此,如果我是你,我会寻找对大量请求稳定的服务器。

请查看这篇有趣的文章,为您提供有关性能主题的更多见解。

就我个人而言,我会选择 嵌入式 tomcat< /a> 或 jetty

I think finding "the best" cotnainer in terms of performance is very hard task and it is based on your particular use case, meaning - how will you use it? Since it's RESTful API, I guess you will be interested in serving large number of clients with some simple services. So if I were you, I would look for server which is stable for huge amount of requests.

Please check out this interesting article to give you more insights on the performance topic.

Personally, I would go with embedded tomcat or jetty.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文