Haskell Web 框架的当前技术水平是什么
我正在寻找对 Haskell Web 框架当前技术水平的深入了解。
我认为一个好的框架所必需的:
- 用于连接到 http 服务器(如 Rack)的 Web 应用程序接口
- 可链接的中间件(同样,如 Rack 或 node.js Connect)
- 惯用的 Haskell
- 稳定的性能
- 合理的文档或至少可读的开源code
框架不一定需要是完整的 MVC 堆栈,用于路由和处理请求的优雅 DSL(想想 Sinatra)就足够了。
我找到的一些选项:
我喜欢它的深度Haskell 世界的经验才能真正做出明智的决定,因此任何帮助将不胜感激。
I am looking for insight into the the current state of the art in Haskell web frameworks.
What I would consider to be necessary for a good framework:
- web application interface for connecting to http servers (like Rack)
- chainable middleware (again, like Rack or node.js Connect)
- idiomatic Haskell
- solid performance
- reasonable docs or at least readable open-source code
The framework does not necessarily need to be a full MVC stack, an elegant DSL for routing and handling requests (think Sinatra) would be more than sufficient.
Some of the options I have found:
I like the depth of experience in the Haskell world to really make an informed decision, so any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的印象
Snap
Yesod
Miku
Bird
Happstack
My impressions
Snap
Yesod
Miku
Bird
Happstack