Neo.mjs provides a new approach for building feature-rich web applications. Increase productivity by leveraging a vast component library and harness the power of multi-threading for extreme real-time performance.
Neo.mjs is the first frontend framework which can run a JavaScript module based dev mode without compilations. This makes debugging easier and reduces development costs.
In case you care about scalability, extensibility or solid architectures, congratulations, you have found the right spot.
- Introduction
- Potential Use Cases
- Slack Channel for questions & feedback
- Examples
- Getting Started
- Command-Line Interface
- Blog
So, what are the most expensive tasks we are dealing with?
The answer is simple: a Framework and the Apps which we build with it.
Neo.mjs moves most parts of the framework and your App(s) including their Components into an Application Worker.
This enables us to re-use existing Component instances and mount & unmount them several times. Even into different Browser-Windows.
Neo.mjs also provides sharing state across multiple Browser-Windows.
So far, it is the only Framework which enables us to build complex multi-Window Apps without the need for a native shell.
Neo.mjs is not intended for rather simple & static websites.
The Framework does not focus primarily on a fast first rendering experience for new users, but instead on a super-fast update & navigation experience for returning users.
- Finance (Banking & Trading Apps)
- Data Science
- Web-based IDEs
- Multi-Window Data Visualisation
- Complex dynamic Forms
- "Desktop-like" Apps
- Enterprise Apps in general (e.g. Admin Dashboards)
Many more are included inside the repos src/apps
& src/examples
folders.
- Take a look at the Getting Started Guide
- Make sure to dive into the Learning Section
- The most advanced tutorial to help you with getting up to speed is this one:
Earthquakes Tutorial
Copyright (c) 2015 - today, Tobias Uhlig
& Rich Waters