<< badges placeholder >>
Sample project used for workshops during Inspiring Solutions conference
The websocket location is ws://peaceful-ridge-14628.herokuapp.com/channel/{keyword}
- make sure you have recent Java 8 installed (Oracle or OpenJDK)
- make sure you have
node
in version >=4.2.x
- On unices you could try:
rm -rf ~/.nvm
curl -L https://raw.githubusercontent.com/creationix/nvm/master/install.sh | sh
source ~/.nvm/nvm.sh
nvm install 4.2.2
nvm use 4.2.2
- On Win try maybe: https://github.com/coreybutler/nvm-windows
- On unices you could try:
- run
npm install
- run
./activator compile run
- go to
localhost:9000