New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

booger

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

booger

RPC

latest
Source
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

A library for creating online APIs using TypeScript. The server-side is described as classes, and the client-side is generated at runtime.

What is it

Booger is a library for creating online RPC services. It uses ws as the transport. The main idea is to write minimal code only for the server-side, and use definitions for autocompletion and build-time checking on the client-side. The secondary goal is to utilize the capabilities of online connections to enhance RPC functionality.

This is an experiment to test ideas. Currently, everything is being tested in controlled environments, with modern browsers and Node.js used as the client-side.

Features...

These are the convenience features implemented in the library:

Online Connection Capabilities

Thanks to the online connection, several interesting features have been implemented. It's still unclear what their purpose is, but they look intriguing.

Special Features

  • Hooks allow intercepting control at important points;

  • For each client-side action, you can create a factory and create an object of its type;

  • Can certain entities be created automatically upon connection?

Keywords

rpc

FAQs

Package last updated on 11 Dec 2023

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