Scalecube road map
Roadmap
Besides the opened issues in the foreseeable future, we`ll focus on extending stability (more tests), accessibility, and reaching a new audience.
e2e tests
Add tests that cover popular setups (webpack, parcel, react, ng, vue)
API tests
Scalecube is highly plug-able, API is not enough in order to allow the community to create their own extension we must provide a test suite that covers the desired behavior
Demo / Playground
We need to demonstrate and allow playing with scalecube without any effort and provide a better way than our current doc to explain scalecube concepts CodeSandbox:
- Browser + server https://codesandbox.io/s/yjjvu
- Browser https://codesandbox.io/s/bwtl7 We can update the readme for now
Deno support
Deno ecosystem is very young, there is a lot of room for new libs, beside that Deno users will be more open for experiment and the community have lots of strong people, it can be a good place to grow SC server-side capabilities
HTTP REST gateway
Gateway is a very basic feature, for most projects exposing REST API is the first requirement.
Support tags
Tags are very useful, for routing, metadata, leader etc Related: #179
Improve nodejs usability
Separate address configuration for discovery and transport Related: #174