0.0.10 • Published 2 months ago

@neematajs/extensions v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

Neemata

Node.js RPC application server (PoC)

Example

Roadmap

Motivation

Features:

  • Modular and extendable transport-agnostic design
  • Dependency injection
  • Application server mode to run multiple instances of application API with worker_threads under one process
  • Task workers over worker_threads to parallelize CPU-intensive workloads and prevent blocking of API workers
  • Transport-agnostic data streaming
  • CLI support
  • Typescript modules support without build process (runtime transpilation with SWC)
  • Hot-reload without server restart (preserving all current connections)
  • Static end-to-end typesafety for fullstack TS apps, including server events, subscriptions and streams

First-party transports and clients:

  • Websockets
  • AMQP (In backlog until all core APIs/interfaces are stable)

First-party extensions:

  • JSON schema generation
  • Cron
0.0.10

2 months ago

0.0.9

2 months ago

0.0.9-alpha.3

2 months ago

0.0.9-alpha.2

2 months ago

0.0.9-alpha.1

2 months ago

0.0.8

2 months ago

0.0.7

2 months ago

0.0.5

3 months ago

0.0.4

3 months ago

0.0.6

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.1

3 months ago

0.0.1-alpha.1

4 months ago