
# Reason-Node Todo List

Below are some concrete tasks that we want to complete. Some of them may already be in progress, so contributors should file an issue and get more information before starting work on these items.

## Implementations

- `Https` module
- `Tls` module
- `V8` module
- `Zlib` module
- `Domain` module
- `Tty` module

## Possible improvements

- Implement `promisify` properly, and/or implement the "promisified" versions of the API.
  - This may end up living in a separate project, to keep this library as low-level as possible.

## Documentation

Ordered by descending priority:

- Core module docs
  - `Buffer` module
  - `Stream` module
  - `Path` module
  - `Fs` module
  - `Http` module
  - `Http2` module
  - `Https` module
  - `Process` module
  - `Child` module

