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

Commit

Permalink
Google Code is dead, Mongoose is now on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemaccana committed Jan 20, 2016
1 parent 5b201f4 commit dad1ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/api/webserver/2000-01-01-webserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permalink: api/webserver/index.html

**Introduced:** PhantomJS 1.4

Using an embedded web server module called [Mongoose](http://code.google.com/p/mongoose/), PhantomJS script can start a web server. This is intended for ease of communication between PhantomJS scripts and the outside world and is _not_ recommended for use as a general production server. There is currently a limit of **10** concurrent requests; any other requests will be queued up.
Using an embedded web server module called [Mongoose](https://github.com/cesanta/mongoose), PhantomJS script can start a web server. This is intended for ease of communication between PhantomJS scripts and the outside world and is _not_ recommended for use as a general production server. There is currently a limit of **10** concurrent requests; any other requests will be queued up.

To start using, you must `require` a reference to the `webserver` module:

Expand Down

0 comments on commit dad1ead

Please sign in to comment.