Coder Social home page Coder Social logo

baraverkstad / rapidcontext Goto Github PK

View Code? Open in Web Editor NEW
3.0 4.0 0.0 42.55 MB

RapidContext is a platform for creating rich dynamic web applications. It consists of both a client and a server part, providing a simple, safe and stable way to build applications that can connect to a wide range of back-end services.

Home Page: https://www.rapidcontext.com/

License: Other

Shell 0.31% Java 61.82% CSS 3.78% JavaScript 32.77% HTML 0.77% Batchfile 0.07% Dockerfile 0.05% Makefile 0.43%
java javascript platform integration toolkit development

rapidcontext's Introduction

RapidContext README

RapidContext is a platform for creating rich dynamic web applications. It consists of both a client and a server part, providing a simple, safe and stable way to build applications that can connect to a wide range of back-end services.

Docker Images

The easiest way to run RapidContext is using a pre-built Docker image:

$> docker run \
     -p 8080:80
     -v local-data:/opt/local \
     ghcr.io/baraverkstad/rapidcontext

The command above starts a new server on http://localhost:8080/ and creates a default admin user with blank password on the first run (unless other users are found).

See the GitHub registry for RapidContext for available version tags: https://github.com/baraverkstad/rapidcontext/pkgs/container/rapidcontext

Installation & Usage

On Linux, MacOS & Unix the following commands will unpack and start the server:

$> unzip rapidcontext-<version>.zip
$> cd rapidcontext-<version>
$> bin/rapidcontext

On Windows, perform the following steps:

  1. Unpack rapidcontext-<version>.zip
  2. Open the directory rapidcontext-<version>/bin
  3. Double-click rapidcontext.bat

Once the server has started, go to one of the following addresses in your web browser:

If this is a blank installation, login with the following user credentials:

Login:     admin
Password:  <blank>

Documentation

See the RapidContext documentation site for more details: https://www.rapidcontext.com/doc/

Acknowledgments

Please see the "About RapidContext" dialog in the app for more information.

License

See the separate LICENSE.md file for copyright and licensing details.

rapidcontext's People

Contributors

cederberg avatar

Stargazers

 avatar Daniel Nuske avatar jag avatar

Watchers

 avatar James Cloos avatar Johan Carlsson avatar  avatar

rapidcontext's Issues

Delayed feedback when creating/modifying connections

When creating or modifying connections, the connection list isn't updated immediately. Instead a call to Connection.Validate is performed, but until that call returns (which may take a number of seconds) no feedback is shown to the user.

A better solution:

  1. Update the connection list and details immediately.
  2. Show the validation call with a loading icon for the connection being validated.
  3. Update the connection list and details again when the validation has completed.

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.