Added Cluster connection to missing feature in README.md
This commit is contained in:
parent
f1c3c42d46
commit
e2adb5325b
|
@ -13,11 +13,12 @@ Unstable
|
||||||
|
|
||||||
Incomplete/missing features:
|
Incomplete/missing features:
|
||||||
|
|
||||||
|
- Ssl connection: not implemented yet
|
||||||
- Typed errors: currently most errors are direct instance of Error, which is not practical for error handling
|
- Typed errors: currently most errors are direct instance of Error, which is not practical for error handling
|
||||||
- Ssl connection: Ssl connetion is not implemented yet
|
|
||||||
- Set system settings: not implemented yet
|
|
||||||
- Performance: there's still some while loop in the code that could be problematic with node.js
|
- Performance: there's still some while loop in the code that could be problematic with node.js
|
||||||
- Tests: tests are only covering happy path scenarios for now
|
- Tests: tests are only covering happy path scenarios for now
|
||||||
|
- Cluster connection: not implemented yet
|
||||||
|
- Set system settings: not implemented yet
|
||||||
- NPM package: no package released yet, I will release one when code is stable
|
- NPM package: no package released yet, I will release one when code is stable
|
||||||
|
|
||||||
## Porting .Net Task to Node.js
|
## Porting .Net Task to Node.js
|
||||||
|
|
Loading…
Reference in New Issue
Block a user