Skip to content

Commit

Permalink
[README] Show OS X support
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Dec 6, 2015
1 parent b02e181 commit 35039b6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,7 @@ $ ./.build/release/HelloWorld --bind 127.0.0.1:9000

#### What platforms does Curassow support?

Curassow is built for Linux. Unfortunately OS X's version of Swift doesn't
expose the underlying `fork()` API so it's not possible to implement a
pre-forking HTTP server for OS X at the moment.

This makes Curassow Linux only, however since it's built around the [Nest
specification](https://github.com/nestproject/Nest), you can mix and match
any server combination. You can use another Nest compatible web server on
OS X for development, and the high performance pre-forking server
on Curassow on Linux.
Curassow supports both Linux and OS X.

#### Is there any example applications?

Expand Down

0 comments on commit 35039b6

Please sign in to comment.