0.3.5 • Published 9 years ago
express-go v0.3.5
express-go
Express-go the Node.js Express based MVC framework engine, inspirated by Laravel framework.
Under construction, STABLE package is expected at the end of December 2015.
Example project
Please, see express-go-project page for sample usage.
Installation
$ npm install express-go --save
Supported features
- Automatic cluster restart when project files are changed beta
- Clusters and workers
- Command-line interface
- Google Analytics
- Google SPDY
- Module support
- MVC file structure
- module-go.json file
- Loading from npm vendors (node_modules) directory
- Socket.io
- TypeScript source files
- TypeScript test files in progress
MVC support
- Commands
- Extending CLI commands
- Configurations
- Controllers
Listing controllers in CLIfuture feature
- Providers
- Declaring custom services and file types
- Ex.: module.exports.foo = {}
- Middlewares
Listing middlewares in CLIfuture feature
- Models beta
Listing models in CLIfuture feature- ORM based library
- Multiple drivers (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL, ...)
- Routes
- Listing routes in CLI
- Named routing
- REST Resource controller
Auto resource controllerfuture feature
- Sockets
Listing sockets in CLIfuture feature- Use a text transmission
- Prefixed channels
- index.js => wss://localhost/
- foo.js => wss://localhost/foo
- Streams
Listing streams in CLIfuture feature- Use a binary transmission
- Prefixed channels
- index.js => wss://localhost/
- foo.js => wss://localhost/foo
- Translations
Listing translations in CLIfuture feature- Namespace language files
Redis cachefuture feature
- Views
- Multiple template engine support
Redis cachefuture feature
Security support
Roadmap
- STABLE support
- Migrations
- Seeders
- Providers (similar Loaders)
License
0.3.5
9 years ago
0.3.3
9 years ago
0.3.2
9 years ago
0.3.1
9 years ago
0.3.0
9 years ago
0.2.3
9 years ago
0.2.2
9 years ago
0.2.1
9 years ago
0.2.0
9 years ago
0.1.17
9 years ago
0.1.16
10 years ago
0.1.15
10 years ago
0.1.14
10 years ago
0.1.13
10 years ago
0.1.12
10 years ago
0.1.11
10 years ago
0.1.10
10 years ago
0.1.9
10 years ago
0.1.8
10 years ago
0.1.7
10 years ago
0.1.6
10 years ago
0.1.5
10 years ago
0.1.4
10 years ago
0.1.3
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago