atlas.js icon indicating copy to clipboard operation
atlas.js copied to clipboard

A component-based Node.js library to reduce boilerplate and provide sane project structure 🍻

Results 9 atlas.js issues
Sort by recently updated
recently updated
newest added

Is there any recommended replacement for atlas? It seems like it is no longer maintained :(

Reference: https://github.com/square/connect-nodejs-sdk

enhancement
package

The typings behave somewhat different when working on them inside this project and when they are being consumed as a module installed from `npm` (see #69). We should add some...

enhancement
help wanted
types

Having publicly accessible API documentation could help developers discover features of Atlas and generally help navigating the landscape. Now that we have TS typings we could use [TypeDoc](https://github.com/TypeStrong/typedoc). Preliminary research...

enhancement
documentation

Some middleware modules are used on every backend project because they provide key functionality to the HTTP layer, namely: - koa-compress - koa-bodyparser - kcors - koa-conditional-get & koa-etag -...

enhancement
package
@atlas.js/koa

Backend authentication is one of the most frequent pieces of code that we write over and over again with each new project. Let's stop wasting time on such things and...

package

The CLI should have a mechanism for loading commands from the current Atlas project's directory (ie. _src/commands_), in addition to commands which are part of the `@atlas.js/cli` package.

enhancement
@atlas.js/cli

In many situations, a `Hook` or `Action` could be completely stateless (just a bunch of functions), and so the requirement to write such components as classes becomes unnecessary and even...

enhancement
@atlas.js/atlas
@atlas.js/component

Implement a service which could be used for queue-related tasks: - sending jobs to a queue - receiving jobs from a queue and dispatching them to registered workers Ideally, the...

package
work in progress