Giter Site home page Giter Site logo

chatthingie's Introduction

chatthingie

FOSSA Status

It is, duh, a chat thingie

Build using kotlin and spring boot in the backend and es6 and vue in the the front

Needed tools

Have some editor with kotlin support (intellij/eclipse) and a decent javascript editor with some plugins like linter support (visual code)

Backend is build with maven (mvn) and the front with yarn (yarn)

Build

There are two type of builds dev and prod. First start by installing all javascript dependencies (aka downloading half the internet) by runnin yarn

Dev build

Run the DevProxyMode main class and then run yarn run dev. All connections (http/ws) will now be proxied through webpack. So you get the fun of hot reload and all that, but still use the proper api calls in the back. The frontend server will run on port 8080 and the backend on port 1234

Prod build

First build the frontend yarn run build. This will produce a minified and all that file and other needed files (css, index.html,...) in the resources directory so that the spring boot app can server it. To build an executable jar run mvn clean install. Tada you have a jar you can deploy

Tests

As good as none, and i am pretty sure the js one doesn't work. Feel free to mess with webpack to get it to work :D.

Deploy

Run the jar and server ll boot. For added safety, please run over https/wss.

License

FOSSA Status

chatthingie's People

Contributors

fossabot avatar geertolaerts avatar

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.