GithubHelp home page GithubHelp logo

java-script-util's Introduction

为什么创建这个工程?

1. 背景

  • Java因为资源消耗较大,在很多场景下不适用
    • 较慢的启动速度,不适合用来写一些脚本。(例如alfred的脚本)
    • 较大的内存占用,不适合在嵌入式场景下使用。(例如NAS的软件)
    • 较慢的启动速度,不适合Faas场景。
  • 所以经常不得不采用各种方式绕过
    • 写脚本时,用其他语言写脚本(例如bash、Python等)。
    • 嵌入式时,用其他的语言,例如PHP。
    • 线上部署时,不能采用FaaS的方式,而是采用传统的部署方式。
  • 好消息是终于等来了GraalVM,支持Native Image了。

2. 目标

完成Util的集合,降低Java写脚本的成本。

java-script-util's People

Watchers

Zhongzheng 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.