Giter VIP home page Giter VIP logo

evergreen-client's Introduction

Evergreen-Client

The Evergreen-Client is a web-application for remote controlling machine tools. Dependent on the current situation, users can customize their own user-interfaces with widgets like buttons, graphs, inpufields, outputfields, switch-buttons, LED-lamps. The Evergreen-Client will only work if the evergreen-soap-server(soap-webservice) and the machine-server(OPC-UA server) is running.

Getting Started:

First you have to install node.js and npm to run the Node-App, which represents a middleware-software, handling the soap messages. Then you have to install webpack to build the Evergreen-Client. After that you can access the Evergreen-Client via browser.

1. What is NPM and how to install ?

NPM is a package manager for Node.js packages, or modules. A package in Node.js contains all the files you need for a module. Modules are JavaScript libraries you can include in your project.

The best way to install npm is to install node using the node.js installer. npm is installed as part of node.

It’s over at Nodejs.org. It will give you a recent, working version of npm with all the paths in the expected places. Once you’ve installed Node.js, you can make sure you’ve got the very most recent version of npm using npm itself:

> sudo npm install npm -g

(on Windows, you can drop the “sudo” but you should run it as administrator). Running this update will give you the most recent stable version of npm, also supported by npm Inc.

2. What is Webpack and how to install?

webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.

The best way to install webpack is to install webpack with npm

> npm install --save-dev webpack

3. Ceckout repo and run Node-App

Checkout this repo, install dependencies, then start the gulp process with the following:

> git clone https://github.com/iswunistuttgart/Evergreen-Client.git
> cd Evergreen-Client
> npm install
> npm start (starting without webservice "node server.js --webservice")

3. Or download repo and run Node-App

Download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

> npm install
> npm start

4. Build Evergreen-Client

Open a new tab on your terminal and:

> webpack -w

Wait till Evergreen-Client is build

5. Access Evergreen-Client:

Type in localhost:3000 in browser

Used technologies on Evergreen-Client and Node-App(Middleware):

Technologies Description
React.JS A Javascript Framework for building user interfaces
Bootstrap Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web
Node.JS Node.js is a cross-platform JavaScript run-time environment for executing JavaScript code server-side
Express.JS Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications
Node-Soap This module lets you connect to web services using SOAP
Axios Promise based HTTP client for the browser and node.js
Socket.io Socket.io is a JavaScript library for realtime web applications. It enables realtime, bi-directional communication between web clients and servers

License:

This project is licensed under the terms of the GPL 3.0 license. For more details have a look on License.txt

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.