Skip to content

Commit

Permalink
link to runnable
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 20, 2013
1 parent d02df2e commit 24087d9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ app.listen(3000);
The Express philosophy is to provide small, robust tooling for HTTP servers. Making
it a great solution for single page applications, web sites, hybrids, or public
HTTP APIs.

Built on Connect you can use _only_ what you need, and nothing more, applications
can be as big or as small as you like, even a single file. Express does
not force you to use any specific ORM or template engine. With support for over
Expand All @@ -66,6 +66,7 @@ app.listen(3000);
* Visit the [Wiki](http://github.com/visionmedia/express/wiki)
* [日本語ドキュメンテーション](http://hideyukisaito.com/doc/expressjs/) by [hideyukisaito](https://github.com/hideyukisaito)
* [Русскоязычная документация](http://express-js.ru/)
* Run express examples [online](https://runnable.com/express)

## Viewing Examples

Expand Down Expand Up @@ -96,7 +97,7 @@ project: express
commits: 3559
active : 468 days
files : 237
authors:
authors:
1891 Tj Holowaychuk 53.1%
1285 visionmedia 36.1%
182 TJ Holowaychuk 5.1%
Expand Down Expand Up @@ -153,7 +154,7 @@ authors:
1 Masahiro Hayashi 0.0%
```

## License
## License

(The MIT License)

Expand Down

0 comments on commit 24087d9

Please sign in to comment.