Live data from Hacker News

Nova: A New Web Framework for Erlang

news.ycombinator.com

1–10 of 33 posts

Nova: A New Web Framework for Erlang

#1
Hi Hacker News community,

I'm excited to share Nova, a new web framework built for Erlang, designed to make web development in Erlang simpler, faster, and more approachable. Nova leverages Erlang's concurrency, reliability, and scalability to create a robust yet lightweight framework for building modern web applications.

Key features:

* Lightweight and modular: Easy to integrate with existing Erlang projects.

* Built for concurrency: Harnesses Erlang's actor model for high-performance web apps.

* Developer-friendly: Simplifies routing, middleware, and template handling.

* Extensible: Supports plugins and custom integrations.

Check it out: GitHub: https://github.com/novaframework/nova Homepage: https://novaframework.org Getting Started Guide: https://dev.to/taure/getting-started-with-nova-1ioo/stats

We’re early in development and would love feedback from the community! If you’re an Erlang enthusiast or curious about building web apps with a language known for its reliability (think WhatsApp or RabbitMQ), give Nova a spin and let us know your thoughts.

What do you think about using Erlang for web development? Any features you’d love to see in a framework like this?

Re: Nova: A New Web Framework for Erlang

#10

This seems like a tough sell when Phoenix is already so good. I'm struggling to see why I'd use this over that.

Because its not elixir, its erlang. For those of us who dont do elixir, this fits the knowledge I already have.

Nova is also more close to beam so it can be used with elixir and lfe or other beam languages.
Post reply on HN