Recent Posts

Getting the most out of Danet’s injector

5 min read

Every article on this blog has done the same thing without explaining it : put a class in injectables, ask for it in a constructor, get an instance. Today we open that box.

Cron jobs and queues in Danet

5 min read

Every API eventually needs two more things : something that runs at 3am, and something that runs later. Deno ships both natively, Danet puts a decorator on them.

Pushing updates with Server-Sent Events

3 min read

A WebSocket is a phone call. Sometimes all you need is a newsletter. Danet does Server-Sent Events with one decorator.

WebSockets in Danet

3 min read

Same controllers, same dependency injection, same guards, same port. Only the transport changes.