CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 24 Jul 2025 17:21:10 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100116025426
location: https://web.archive.org/web/20100116025426/https://github.com/labria/erlang_websocket
server-timing: captures_list;dur=1.219474, exclusion.robots;dur=0.039868, exclusion.robots.policy;dur=0.018513, esindex;dur=0.020143, cdx.remote;dur=674.118455, LoadShardBlock;dur=641.243955, PetaboxLoader3.datanode;dur=220.184417, PetaboxLoader3.resolve;dur=112.534106
x-app-server: wwwb-app215
x-ts: 302
x-tr: 1375
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app215; 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: Thu, 24 Jul 2025 17:21:11 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 16 Jan 2010 02:54:26 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "ef812e6a286e41af52ad3db0e819e5de"
x-archive-orig-x-runtime: 61ms
x-archive-orig-content-length: 23722
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: Sat, 16 Jan 2010 02:54:26 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 16 Jan 2010 02:54:26 GMT", ; rel="memento"; datetime="Sat, 16 Jan 2010 02:54:26 GMT", ; rel="next memento"; datetime="Thu, 25 Mar 2010 01:45:55 GMT", ; rel="last memento"; datetime="Tue, 27 Oct 2020 16:56:25 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: 52_13_20100115235205_crawl101-c/52_13_20100116025231_crawl101.arc.gz
server-timing: captures_list;dur=0.806123, exclusion.robots;dur=0.027888, exclusion.robots.policy;dur=0.010865, esindex;dur=0.014970, cdx.remote;dur=87.170757, LoadShardBlock;dur=168.611407, PetaboxLoader3.datanode;dur=154.062549, load_resource;dur=584.290603, PetaboxLoader3.resolve;dur=526.116269
x-app-server: wwwb-app215
x-ts: 200
x-tr: 904
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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
labria's erlang_websocket at master - GitHub
This service is courtesy of Pledgie.
labria / erlang_websocket forked from davebryson/erlang_websocket
- Source
- Commits
- Network (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
-
Branches (1)
- master ✓
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
WebSocket implementation in Erlang/Mochiweb, with a chat app. — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Thu Jan 07 14:34:05 -0800 2010 | webserver page [labria] |
![]() |
Makefile | Mon Dec 14 15:17:46 -0800 2009 | initial add [davebryson] |
![]() |
README.textile | Mon Jan 11 10:50:56 -0800 2010 | some clarifications in the readme [labria] |
![]() |
deps/ | Mon Dec 14 15:17:46 -0800 2009 | initial add [davebryson] |
![]() |
ebin/ | Mon Dec 14 15:17:46 -0800 2009 | initial add [davebryson] |
![]() |
examples/ | Mon Jan 11 19:29:05 -0800 2010 | add the ErlyWeb template compiler [labria] |
![]() |
src/ | Mon Jan 11 12:13:22 -0800 2010 | rename client writer module [labria] |
![]() |
support/ | Mon Dec 14 15:17:46 -0800 2009 | initial add [davebryson] |
README.textile
Erlang WebSocket wrapper for MochiWeb
This is a simple wrapper around the mochiweb_socket_server to allow WebSocket connections. With this wrapper, you can write WebSocket connection loops just like you’d write a normal mochiweb application.
This repo is forked from the Dave Bryson’s one, but I’m working on allowing two-way communication with the client, with one process listening for data from the client, and another one sending data back, so you can send him messages without waiting for him to act.
The chat server example is actually work in progress (and can be broken anytime), it will be released in a week or so, after a huge refactoring.
Requirements:
- Erlang 12.5 or greater
- Google Chrome Browser developer channel release 4.0.249.0
Getting Started:
- download the code
- CD into the erlang_websocket directory
- run make
Run the cate example:
- CD into the examples/basic directory
- run the ‘start.sh’ script with sudo (the flash policy server needs to bind top port 843).
- Point the Chrome Browser (or any other if you want to try the Flash fallback) to ‘https://localhost:8000’
This feature is coming soon. Sit tight!