深入探讨 Nova – 一款基于 Beam 的 Erlang 网络框架
我整理了一篇关于Nova的博客,Nova是一个基于Erlang和BEAM虚拟机的网络框架。<p>这篇博客的目标是创建一个实用且易于理解的指南,内容涵盖了设置、路由、视图、插件、身份验证、API和WebSocket,并重点介绍了Nova在更广泛的BEAM生态系统中的位置。<p>博客地址:https://taure.github.io/novablog/<p>Nova代码库:https://github.com/novaframework/nova<p>如果你有兴趣在BEAM上构建容错的网络应用(而不仅仅是使用Phoenix/Elixir),你可能会觉得这很有用。<p>欢迎反馈、纠正和建议。
查看原文
I’ve put together a blog focused on Nova, a web framework built on Erlang and the BEAM VM.<p>The goal was to create something practical and easy to follow — covering setup, routing, views, plugins, authentication, APIs, and WebSockets — with a focus on how Nova fits into the broader BEAM ecosystem.<p>Blog: https://taure.github.io/novablog/<p>Nova repo: https://github.com/novaframework/nova<p>If you're interested in building fault-tolerant web apps on BEAM (and not just using Phoenix/Elixir), you might find it useful.<p>Feedback, corrections, and suggestions are welcome.