Giter Site home page Giter Site logo

darliner / deno Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 0.0 415 KB

deno被称为下一代 Node,使用 Go 语言代替 C++ 重新编写跨平台底层内核驱动,上层仍然使用 V8 引擎,最终提供一个安全的 TypeScript 运行时。它的特性包括: ● 支持 TypeScript 2.8 开箱即用; ● 无 package.json,无 npm,不追求兼容 Node; ● 通过 URL 方式引入依赖而非通过本地模块,并在第一次运行的时候进行加载和缓存,并仅在代码使用–reload运行,依赖才会更新 ● 可以控制文件系统和网络访问权限以运行沙盒代码,默认访问只读文件系统可访问,无网络权限。V8 和 Golang 之间的访问只能通过 protobuf 中定义的序列化消息完成; ● 发生未捕捉错误时自动终止运行; ● 支持 top-level 的 await; ● 最终创建单一可执行文件; ● 目标是兼容浏览器; ● 可以作为库引入,用于建立自己的 JavaScript runtime。

License: MIT License

Python 10.64% TypeScript 11.76% JavaScript 6.13% C++ 56.67% Rust 9.34% C 3.79% Shell 1.66%

deno's People

Contributors

chainhelen avatar cyancity avatar felixonmars avatar foora avatar frankfang avatar g-plane avatar gillchristian avatar jbcpollak avatar kevinkassimo avatar kitsonk avatar kizerkizer avatar kt3k avatar lusbuab avatar matiasinsaurralde avatar mohsen1 avatar monkingxue avatar mreinstein avatar piscisaureus avatar qti3e avatar ry avatar samccone avatar terasum avatar tristanmarion avatar ulivz avatar wbgbg avatar yorkie avatar zearin avatar ztplz avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.