Updating README
This commit is contained in:
parent
d1b9d6958b
commit
19ef91030c
12
README.md
12
README.md
|
@ -11,14 +11,17 @@ A port of the EventStore .Net ClientAPI to Node.js
|
||||||
|
|
||||||
Unstable
|
Unstable
|
||||||
|
|
||||||
Incomplete/missing features:
|
### Missing features:
|
||||||
|
|
||||||
|
- Ssl connection
|
||||||
|
- Cluster connection
|
||||||
|
- Set system settings
|
||||||
|
|
||||||
|
### Incomplete
|
||||||
|
|
||||||
- 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
|
||||||
- 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
|
||||||
|
@ -48,4 +51,5 @@ To execute the tests suites simply run test with npm
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This is a port, original code is released under the EventStore license and can be found at https://github.com/eventstore/eventstore.
|
This is a port, original code is released under the EventStore license and can be found at https://github.com/eventstore/eventstore.
|
||||||
|
|
||||||
Ported code is released under the MIT license, see https://github.com/nicdex/eventstore-node/blob/master/LICENSE
|
Ported code is released under the MIT license, see https://github.com/nicdex/eventstore-node/blob/master/LICENSE
|
||||||
|
|
Loading…
Reference in New Issue
Block a user