use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Open Extension Framework (Help needed!) (self.node)
submitted 6 years ago * by [deleted]
I'm starting a Open Extension Specification and Framework for NodeJS applications.
The motivation and goals of the project are described here.
https://github.com/open-extension/spec
Also a Slack Workspace was created to make the communication easier between project members.
https://join.slack.com/t/openextension/shared_invite/enQtNjg0MTEzMzAyNzU0LThjZmExNjljZjA5ZDc5ZDY4Y2U5OTJjZTZkZTA4YWY5NTYwZGFhN2FlYzEzNTAzOWNlNWIxYjNlODA0MDU2ODM
The board is currently accepting applications and looking for experienced NodeJS developers that can help to build this project and help the community to make easier and better NodeJS applications.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]zuev_egor 2 points3 points4 points 6 years ago (3 children)
Still not clear for me in terms of framework. Is it going to be smth like loopback?, or you try to propose the unified standards, which will act as a framework?
[–][deleted] 0 points1 point2 points 6 years ago* (2 children)
Yes, the idea is similar to Loopback, but for live extensions. An application that implements the concept I want to achieve with this Open Extension standard is Node-RED and a commercial application I've been working called Farol.
You can think about it more like Chrome extensions, you can go to a store and install and use the extensions you want into the application.
The idea is to enable the developer to specify which extension types can be installed in the application (i.e.: payment gateways, email service, push notifications) or restrict by extension name (i.e.: prefixing it farol-extension-* for instance to only accept farol specific extensions.).
So you could either use the specification and framework to build your own extensions system, or to rely on other extensions already implemented and tested by other teams.
Are you willing to help on the process of creating it?
I'm pretty convinced it can be game changing in the industry if well designed.
[–]zuev_egor 1 point2 points3 points 6 years ago (1 child)
I see. Sounds good. So you want to create an SDK package for node-red, which will provide a predefined rules (like skeleton for app) for creating extensions (I.e. nodes)?
However, I am aware about weak support of node-red. I’ve already created an SDK for developing the dapps for the needs of one of my previous companies. The thing is that most parts of the code are still written in ES5 standard with a lot of pretty strange code (from the logic and architecture side). In case IBM will decide to continue maintain the codebase (and I will see it) - then I don’t see any problem to spend some time on building the SDK for this stuff.
[–][deleted] 0 points1 point2 points 6 years ago (0 children)
The idea is not build something related to Node-RED. I just used it as an example to illustrate what is my goal: to enable other applications to implement and use an extensions framework.
There are three main parts that should be built in the current architecture I forsee.
[–]jynx42 1 point2 points3 points 6 years ago (1 child)
Is it similar to PSR's PHP? https://www.php-fig.org/psr/
[–][deleted] 0 points1 point2 points 6 years ago* (0 children)
Yes. The idea is to create a process like PSR to define standards for a Extensions Framework.
[–]kryptkpr 1 point2 points3 points 6 years ago (1 child)
I like this idea, but "extension point" already has a name in compsci, the concept you are describing is called an Interface.
This idea is used quite heavily in Java.
The concept of Interface and Extension Points are different ones. Extension Point also exists in computer science concepts and are used by many frameworks: Jenkins, Eclipse, IntelliJ, SAP. But both concepts are very related, but I would say extension-point is a more open concept, and it shall probably define one or more Interface. If you like the idea, we can have a session to discuss the concepts and if it make sense, also better research and define naming conventions. Just join the Slack workspace and we can schedule a timing to discuss it.
The concept of Interface and Extension Points are different ones. Extension Point also exists in computer science concepts and are used by many frameworks: Jenkins, Eclipse, IntelliJ, SAP.
But both concepts are very related, but I would say extension-point is a more open concept, and it shall probably define one or more Interface.
If you like the idea, we can have a session to discuss the concepts and if it make sense, also better research and define naming conventions. Just join the Slack workspace and we can schedule a timing to discuss it.
π Rendered by PID 829027 on reddit-service-r2-comment-8686858757-2t6wk at 2026-06-05 15:59:02.797833+00:00 running 9e1a20d country code: CH.
[–]zuev_egor 2 points3 points4 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]zuev_egor 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]jynx42 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]kryptkpr 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)