Code Monkey home page Code Monkey logo

bitchat's Introduction

Example Project for chat using Websocket

Author: Leandro Lima

Technologies: JavaEE7, AngularJs, Node.JS, Gulp, Bower

Development requirements

Java 8 Jdk or newer.

Wildfly 10 or newer. (Any JavaEE 7 Appserver will do)

Maven 3.3.3 or newer.

Nodejs 6.9.x

Npm 3.10.x

Gulp 3.X or newer

Gulp CLI 1.3 or newer

Bower 1.6.x or newer

Build setup

Install Gulp, Gulp CLI and Bower

$ cd ./bitchat-frontend
$ npm install -g gulp
$ npm install -g gulp-cli
$ npm install -g bower

After install all plugins, execute this

$ npm install
$ bower install

Change the backend and websocket URL in index.js

.constant('BackendUrl', 'http://localhost:8080/bitchat')
.constant('WebsocketUrl', 'ws://localhost:8080/bitchat')

Execute the frontend project in production mode:

$ gulp serve:dist

And now build the backend project

$ cd ../bitchat-backend
$ mvn clean install

And deploy on Wildfly.

Swagger Docs in http://localhost:8080/bitchat

It's works fine ;)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.