Coder Social home page Coder Social logo

Comments (5)

mbdavid avatar mbdavid commented on May 22, 2024

Hi donners77! Thansk for report this bug. Fixed update database version (web shell was in 0.8, current version is 0.9). Please, reload webshell and press F5 (html page stay in cache until F5).

In next week I will release the big new version: v1.0 :)

from litedb.

donners77 avatar donners77 commented on May 22, 2024

Wow. That was quick.
Unfortunately I think you may have introduced a new bug...

litedb web shell - google chrome_2015-03-27_11-56-13

from litedb.

mbdavid avatar mbdavid commented on May 22, 2024

Ops, I forget that v.9 was not compatible with v0.8. I update localStorage. Please, another F5.

from litedb.

donners77 avatar donners77 commented on May 22, 2024

Great. Working now.

A question...

I have an existing console app and I'm interested in running the user interface in your web shell.

I'm not very experienced with web stuff (since to date I've just been working in C# code).

Besides the LiteDB-WebShell code repository, what other frameworks/environments would I need to install and learn? e.g. Nina? Nacy? IIS?

Is there a way to a way to run the web shell without IIS? e.g. using node or something like that?

Kind regards
Craig.

from litedb.

mbdavid avatar mbdavid commented on May 22, 2024

Hi Craig. Web shell for LiteDB is a very simple solution to .NET. Basicly it's 2 files: one html to show console UI (and a minimal JS to ajax) and and .ASHX handler for .NET. Inside ASHX I run LiteDB command shell and return result as HTML.
There is not "execution command" on Javascript or ASHX. JS only send text command and receive html result.
As server, I run in a simple IIS (with no special configuration). But you can run in any platform you want.

If you want create a rich web console, with more javascript api, take a look on this project: http://webshell.io/

from litedb.

Related Issues (20)

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.