CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 20 Aug 2025 23:47:08 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100526153021
location: https://web.archive.org/web/20100526153021/https://github.com/dustin/tornado
server-timing: captures_list;dur=0.892689, exclusion.robots;dur=0.030506, exclusion.robots.policy;dur=0.013025, esindex;dur=0.025595, cdx.remote;dur=12.874199, LoadShardBlock;dur=93.527274, PetaboxLoader3.datanode;dur=40.929344
x-app-server: wwwb-app219
x-ts: 302
x-tr: 149
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app219; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 20 Aug 2025 23:47:09 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 26 May 2010 15:30:21 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "3b53936a4b5e83571cfd760a341d97dd"
x-archive-orig-x-runtime: 65ms
x-archive-orig-content-length: 21049
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 26 May 2010 15:30:21 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 15 Sep 2009 18:48:51 GMT", ; rel="prev memento"; datetime="Mon, 29 Mar 2010 15:10:26 GMT", ; rel="memento"; datetime="Wed, 26 May 2010 15:30:21 GMT", ; rel="next memento"; datetime="Wed, 16 Nov 2011 17:54:09 GMT", ; rel="last memento"; datetime="Mon, 19 Oct 2020 16:36:43 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_16_20100526112330_crawl101-c/51_16_20100526153006_crawl101.arc.gz
server-timing: captures_list;dur=0.690399, exclusion.robots;dur=0.030968, exclusion.robots.policy;dur=0.013335, esindex;dur=0.013987, cdx.remote;dur=6.259266, LoadShardBlock;dur=51.666474, PetaboxLoader3.datanode;dur=126.938410, load_resource;dur=196.039803, PetaboxLoader3.resolve;dur=81.689054
x-app-server: wwwb-app219
x-ts: 200
x-tr: 327
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
dustin's tornado at master - GitHub
dustin / tornado forked from facebook/tornado
- Source
- Commits
- Network (174)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
tornado /
name | age | message | |
---|---|---|---|
![]() |
MANIFEST.in | Thu Sep 10 00:50:51 -0700 2009 | Move Tornado project to Github [finiteloop] |
![]() |
README | Thu Sep 10 00:50:51 -0700 2009 | Move Tornado project to Github [finiteloop] |
![]() |
demos/ | Fri Sep 11 21:44:42 -0700 2009 | Most of chat demo working in twisted. I can't ... [dustin] |
![]() |
setup.py | Thu Sep 10 00:50:51 -0700 2009 | Move Tornado project to Github [finiteloop] |
![]() |
tornado/ | Fri Sep 11 21:44:49 -0700 2009 | S3Server updated with twisted support. [dustin] |
![]() |
website/ | Fri Sep 11 11:43:08 -0700 2009 | documentation typos [Casey] |
README
Tornado ======= Tornado is an open source version of the scalable, non-blocking web server and and tools that power FriendFeed. Documentation and downloads are available at https://www.tornadoweb.org/ Tornado is licensed under the Apache Licence, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.html). Installation ============ To install: python setup.py build sudo python setup.py install Tornado has been tested on Python 2.5 and 2.6. To use all of the features of Tornado, you need to have PycURL and a JSON library like simplejson installed. On Mac OS X, you can install the packages with: sudo easy_install setuptools pycurl==7.16.2.1 simplejson On Ubuntu Linux, you can install the packages with: sudo apt-get install python-pycurl python-simplejson