websocket-blocks

Small Spring 4 Websocket example app with JavaScript frontend application.

Dependencies

Getting started

Start by cloning the whole project:

git clone https://github.com/Zeetah/websocket-blocks.git

Navigate to frontend folder and run commands:

npm install
bower install

In backend folder run:

// stars backend server
mvn clean jetty:run

At the same time in frontend folder run:

// starts frontend server and watch tasks
grunt server