[INCOMPLETE] This repo is a work in progress.
Fast, extensible, isomorphic web framework for node.
npm install actress
- 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
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
- 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
- Database Collections
- CLI
- Scaffold new project
- Create collections
- Create views
- Architecture
- [WIP]