Skip to content

cbishopvelti/echat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erlang chat

A web chat system written to learn erlang. It contains an implementation of the websocket specification (http://tools.ietf.org/html/rfc6455)

Getting started

  1. start erlang: erl -pa ebin/

  2. compile everything: make:all([load]).

  3. start inets: application:start(inets).

  4. start the application: appliaction:start(sarg).

  5. Open the app in your browser (chrome only) on two or more computers/browser tabs: [ip address]:8080/webrtc.html

Releases

No releases published

Packages

No packages published