Skip to content

Erlchat is a simple chat server built using the Chicago Boss web framework.

Notifications You must be signed in to change notification settings

Burstaholic/erlchat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erlchat

Erlchat is a simple chat server built using the Chicago Boss web framework (www.chicagoboss.org) for Erlang (www.erlang.org).

It borrows the UI from Chatify and basically switches out the backend.

Running it

Have Erlang and OTP in your path. I suggest using Kerl (github.com/spawngrid/kerl).

  • Fork the repo
  • Make
  • Run ./start-dev.sh

Point your browser to http://localhost:8001 and chat away.

The above expects a copy of the Chicago Boss tree to be in an adjacent directory, ie.

ChicagoBoss
├── contrib
├── doc-src
├── ebin
├── include
├── skel
└── src
erlchat
├── ebin
├── include
├── log
├── priv
└── src

Credits

Jordan Orelli and Seth Murphy for Chatify (github.com/jordanorelli/chatify).

License

MIT

About

Erlchat is a simple chat server built using the Chicago Boss web framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.8%
  • Erlang 17.2%
  • Shell 1.0%