Simple web-chat written in Erlang and based on WebSockets as transport layer.
Extra goal (not done): do it without cowboy. :)
- Vagrant
- (Optional)
vagrant plugin install vagrant-cachier
to speed-up deploy by sharing package cache among Vagrant VMs
vagrant up --provision
to setup and provisionmaster
andminion
VMs with Salt- Open http://localhost:8080
vagrant destroy
The optional dev
VM with Docker can be added if you do export USE_DEV_VM=1
before running Vagrant. This VM may be used to debug Docker image builds on machines that don't support Docker natively (e.g. pre-2010 MacBook Pro).