Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Add a list of features to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 23, 2011
1 parent c226896 commit f20297f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,38 @@ platform differences in this library.

http://nodejs.org/

## Features

Implemented Features:

* Non-blocking sockets and pipes

* Timers

* UDP

* Child process spawning

* Asynchronous DNS via c-ares or getaddrinfo.

* Asynchronous file system APIs (uv_fs_*)

* High resolution time (uv_hrtime)

* Current executable path look up (uv_exepath)

* Thread pool scheduling (uv_queue_work)

Work in progress:

* File system events (Currently supports inotify, ReadDirectoryChangesW and
will support kqueue and event ports in the near future.)

* TTY support (with VT100 emulation on Windows - work in progress)

* Socket sharing between processes


## Documentation

See `include/uv.h`.
Expand Down

0 comments on commit f20297f

Please sign in to comment.