|
|
|
|
|
by crcn
4096 days ago
|
|
They definitely solve similar problems. Bigger difference is that crudlet acts more like a utility belt library for interacting with service adapters that
support the same operations. You can really do just about anything you want. For example, here's crudlet used as an event bus system: https://gist.github.com/crcn/cfe215ab3b604fb0b441 Crudlet also uses node streams instead of promises. |
|