![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
arunacore-api
Advanced tools
ArunaCore is an open source websocket server made with nodejs for intercomunication between applications.
0 - TODO List
1 - Introduction
2 - Installation
3 - Wiki
4 - API
5 - Contributing
6 - Authors
7 - License
ArunaCore is a framework that helps developers to build their own applications.
with it is ease to create and manange a new application created from scratch or to use on top of existing application.
It uses websocket to communicate with your application and it is easy to use.
You can also develop your own plugins to extend the functionality of ArunaCore (SOON:tm:).
TODO
If you have any question, please check our Wiki (WIP), contact us on Github Issues Tab or in the Discord.
Using the API is easy!
To install, just use npm install arunacore-api
or yarn add arunacore-api
.
import { ArunaClient } from 'arunacore-api';
const client = new ArunaClient('localhost', 3000, '<clientName>');
client.connect();
The message is received as a JSON object with parsed informations.
client.on('message', (message) => {
console.log(message);
});
You can find the full documentation on Wiki.
If you want to contribute to ArunaCore, please check our CONTRIBUTING.md file (TODO).
ArunaCore is developed with 💜 by Lobo Metalurgico and Space_Interprise.
ArunaCore is licensed under the GPL-3.0 license.
FAQs
ArunaCore is an open source websocket server made with nodejs for intercomunication between applications.
We found that arunacore-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.