Skip to content

Simple demo of using websockets for a simple chat program

License

Notifications You must be signed in to change notification settings

algking/chat_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A very simple chat demo that uses websockets. I used it in a QCon
presentation. It uses misultin and JQuery v1.5, jquery.1.5.min.js.

Run it by first starting the backend:

1> chat_backend:start_link().

then the actual server:

2> chat_server:start_link(8080).

The argument is the port to use. In the browser you then open the chat window with http://1.2.3.4:8080/chat.

The LFE versions of chat_backend and chat_server are alos included. To
run these you need the newly released LFE v0.6.2.

About

Simple demo of using websockets for a simple chat program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published