Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maacl/aleph-ws-test
Small chat-app to test Aleph websocket support.
https://github.com/maacl/aleph-ws-test
Last synced: 14 days ago
JSON representation
Small chat-app to test Aleph websocket support.
- Host: GitHub
- URL: https://github.com/maacl/aleph-ws-test
- Owner: maacl
- Created: 2010-08-27T05:25:24.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T07:53:15.000Z (over 8 years ago)
- Last Synced: 2024-11-07T22:44:48.649Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 621 KB
- Stars: 25
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - aleph-ws-test - Small chat-app to test Aleph websocket support. (Networking / Sockets)
README
# aleph-ws-test
Smal test app demonstrating use of websockets in Aleph.
## Usage
lein deps
sudo lein run server
*Please note that lein will complain over being run as root, but this is necessary to run the socket-policy-server on port 843*
Open index.html in a couple of browser tabs and start talking to yourself.
## Installation
See usage.
## License
Copyright (C) 2010 Martin Clausen except index.html which in its original form is Copyright (C) 2010 Martin Zoldano (http://martinzoldano.blogspot.com/2010/01/websockets-netty.html)
Distributed under the Eclipse Public License, the same as Clojure, except index.html which has no apparent license but is assumed to be in the public domain.