actress
v0.1.0-alpha
Published
Fast, extensible, isomorphic web framework for node.
Downloads
12
Maintainers
Readme
[INCOMPLETE] This repo is a work in progress.
Fast, extensible, isomorphic web framework for node.
Installation
npm install actressFeatures
- 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 -gCreate the app:
actress new ~/apps/myApp && cd ~/apps/myAppStart the app development server and manage API resources in the dashboard:
actressDocumentation & 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
- [ ] Database Collections
- [ ] CLI
- [ ] Scaffold new project
- [ ] Create collections
- [ ] Create views
- [ ] Architecture
- [ ] [WIP]

