Socket
Socket
Sign inDemoInstall

neo.mjs

Package Overview
Dependencies
Maintainers
0
Versions
1055
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neo.mjs

The webworkers driven UI framework


Version published
Weekly downloads
626
decreased by-0.32%
Maintainers
0
Weekly downloads
 
Created
Source


Downloads Version License Join the Slack channel Discord Chat PRs Welcome

Harness the Power of Multi-Threading for Ultra-Fast Frontends

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.

Neo.mjs drives the OMT (off the main thread) paradigm into perfection, which is intended to move expensive tasks into Workers.

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.

Potential Use-Cases:

  1. Finance (Banking & Trading Apps)
  2. Data Science
  3. Web-based IDEs
  4. Multi-Window Data Visualisation



[Spoiler] We are in the middle of wrapping up the new Framework Website, which will include the first version of a self-study based Learning Section.

We are aiming to release it on August 1st, 2024.

The current development state is already inside the dev branch.



Copyright (c) 2015 - today, Tobias Uhlig & Rich Waters

Keywords

FAQs

Package last updated on 22 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc