-
Notifications
You must be signed in to change notification settings - Fork 0
Simple web-based chat program in Clojure in under 100 lines
billdozr/chat-100
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple web-based chat program in Clojure in under 100 lines of Clojure code. http://alenribic.com/chat-100 DEPENDENCIES: ============================= - Compojure (trunk / master) - Clojure-contrib (trunk / master) USAGE: ============================= 1. Place /public directory under ~/shared/static, or change 'serve-file' in chat-100.clj to point to location of /public parent directory. 2. Run the following functions in REPL: (ns chat-100) (load-file "/path-to-chat-100-dir/chat-100.clj") 3. Open web browser and go to: http://localhost:8080/chat LICENSE: ============================= THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
About
Simple web-based chat program in Clojure in under 100 lines
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published