
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@olptools/http-server
Advanced tools
Unete is a microservice framework that exposes an HTTP & Socket.IO server based on native JS functions. Socket.IO server can be used to return observables that can be read in the @unete/io client.
Unete is a microservice framework that exposes an HTTP & Socket.IO server based on native JS functions. Socket.IO server can be used to return observables that can be read in the @unete/io client.
{
port: any;
endpoints: any;
responseType?: "object" | "raw"; // Default: "object", if = "raw", results won't be parsed as JSON
ssl?: { // If != undefined, will expose the server as https:// & wss://
key: string;
cert: string;
ca: string;
}
}
import { Server } from "@mysticaldragon/unete";
new Server({
port: 8080,
endpoints: {
helloWorld () {
return "Hello World!";
}
}
}).listen();
Then enter http://localhost:8080/helloWorld
If the function success, it will return 200 - { result } If the function throws an exception, it will return 500 - { error }
If the function success, it will return 200 - result If the function throws an exception, it will return 500 - error
FAQs
Unete is a microservice framework that exposes an HTTP & Socket.IO server based on native JS functions. Socket.IO server can be used to return observables that can be read in the @unete/io client.
The npm package @olptools/http-server receives a total of 7 weekly downloads. As such, @olptools/http-server popularity was classified as not popular.
We found that @olptools/http-server 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.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.