actress

0.1.0-alpha • Public • Published

[INCOMPLETE] This repo is a work in progress.


Actress Logo

Fast, extensible, isomorphic web framework for node.

NPM Version NPM Downloads Test Coverage

Installation

npm install actress

Features

  • Focus on high performance, security and scalability
  • Command line interface for scaffolding and upgrading
  • Support for most view rendering engines
  • Datastore-agnostic, use multiple datastores
  • Custom module bundler for client/server code
  • SEO and server-side rendering
  • Authentication & routing
  • High test coverage

Getting Started

The quickest way to get started with Actress is through the command line tool:

npm install actress-cli -g

Create the app:

actress new ~/apps/myApp && cd ~/apps/myApp

Start the app development server and manage API resources in the dashboard:

actress

Documentation & Community

Roadmap

  • Dashboard
    • Permissions
    • Manage datastore resources
    • [ ]
  • Server + Client Libraries
    • Database Collections
      • MongoDB Adapter
      • Mongoose ORM Adapter
      • RethinkDB Adapter
      • PostgreSQL Adapter
      • MySQL Adapter
    • Publish/Subscribe Model
    • Method Bridge
    • Schemas & Validations
    • Channels
    • REST API
    • GraphQL API
    • Router
    • Rendering
    • Server
    • Middleware
    • Logging
  • CLI
    • Scaffold new project
    • Create collections
    • Create views
  • Architecture
    • [WIP]

Package Sidebar

Install

npm i actress

Weekly Downloads

7

Version

0.1.0-alpha

License

MIT

Last publish

Collaborators

  • samhunta