Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 308 Bytes

File metadata and controls

18 lines (13 loc) · 308 Bytes

JavaSocketIoAnguarBootstrap

Bootstrap a simple Socket IO app with Java in the back and JS in the front with angularJS and bootstrap css.

Run server:

mvn exec:java

Run client:

  • Install dependencies
cd public/
bower install
  • Open public/index.html with your favorite browser