moleculer
Version:
Fast & powerful microservices framework for Node.JS
48 lines (37 loc) • 1.3 kB
Markdown
# Roadmap
## v0.9.x
- [ ] multi broker.call (array params & returns with array result )
- [ ] move repl to an external module.
- [ ] official Zipkin tracer service
- [ ] add lru features to Memory and Redis cachers
- [ ] official services
- [ ] `moleculer-auth` for authentication
- [ ] `moleculer-twitter` Twitter client
- [ ] `moleculer-slack` Slack client
- [ ] `moleculer-twilio`
- [ ] `moleculer-stripe`
- [ ] `moleculer-agenda` Job runner
- [ ] more DB adapter
- [ ] mongo
- [ ] sql
- [ ] key-value store adapter
- [ ] couchdb
- [ ] couchbase
- [ ] dynamodb
- [ ] redis
------------------------------
## v0.10.x
- [ ] Docker examples
- [ ] RabbitMQ transporter
- [ ] Official monitoring solution
- [ ] compress transfer
- [ ] crypt transfer
------------------------------
## v1.0.x
It will be the first stable production-ready release. Afterwards the version numbers should follow semver versioning.
- [ ] more [offical examples](https://github.com/ice-services/moleculer-examples)
## Others in the future
### Other transporters
- websocket
- [AutobahnJS](http://autobahn.ws/js/) [server](https://github.com/Orange-OpenSource/wamp.rt) or [server in go](https://github.com/jcelliott/turnpike)
- add gzip & AES to transporter