Giter Site home page Giter Site logo

json's Introduction

Kooboo

Kooboo is a new kind of web development. It saves you hours and make your website in a better way.

It contains many things you need to do web development. It contains a builtin webserver, an email server, template engine, dynamic Database and JavaScript executor.

The binary release and documentation can be found at: http://www.kooboo.com

Some of the features as below:

5Mb, 1 second

The binary release of Kooboo application is contained in a zip file of less than 5MB. You can either use the online version or download, unpack and double click kooboo.exe to start. No installation needed, take 1 second to start.

1 millisecond response time

Kooboo can render a dynamic page within 1 millisecond. This is a page that contains 10 dynamic content items. Normally take more than 50 milliseconds for other system to render.

Using instead of learning

There are many ways to get started. You can migrate a website by a single URL, upload Microsoft office document, or standard HTML zip. It will be unpacked, converted, and make available as pages for editing within Kooboo.

All in JavaScript

You can do any web devlopment by using JavaScript only. You can use JavaScript to export Json api, read write database, manage session data and process http request. The JavaScript engine in Kooboo is called kScript.

Click and edit

Anything can be inline edited. You can click anywhere on the webpage and edit anything directly. It can be a text, image, content item or stylesheet color.

Undo and Restore

Every change you make is logged and can be reverted. You can also checkout or restore the website to a certain time in the past.

Relation map

Every object has a relation map to other objects within the website. You know where an image is being used, whether it is in the page content or in the stylesheet.

One click deployment

One click to deploy incremental changes to target servers. You see exactly which item you edited. Select and publish changed items to remote site. Or export the entire website import into another instance.

Websites go live instantly

Kooboo provide an online version which works exactly the same way as local desktop version. No DNS A record, MX record setup, website go live instantly. If you register your domains somewhere else, you need to change the DNS servers to kooboo DNS servers that provided to you when you are adding your domain to Kooboo.

All A record, CNAME, Mx Record will be created for you automatically.

json's People

Contributors

1996v avatar koobooteam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

json's Issues

使用readme的测试代码报错

我在.NetCore 3.1 测试了以下代码,IDE报错,无法推断JsonSerializer.ToObject的类型,请尝试显式指定类型.

string json = @"
                 /*注释*/
                {//注释  
                     /*注释*/""Name"" /*注释*/: /*注释*/""CMS"" /*注释*/,//注释
                    /*注释*/
                    ""Children"":[//注释
                                    1/*注释*/,
                                    2/*注释*/
                                ]//注释
                }//注释
                /*此处*/
                ";
var obj = JsonSerializer.ToObject(json);

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.