1.0.9 • Published 2 years ago

booger v1.0.9

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

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?

1.0.9

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago