markdown Javascript / Typescript库

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Javascript / Typescript库相关的知识,希望对你有一定的参考价值。

### ML/DL related

* TensorFlow.js: https://js.tensorflow.org/
* deeplearn.js (typescript support): https://deeplearnjs.org/index.html (has become TensorFlow.js above)
* CaffeJS: https://github.com/chaosmail/caffejs

### Backend Framework (Typescript):
* NestJS: 
	- docs: https://docs.nestjs.com/
	- github: https://github.com/nestjs/nest
(Typescript can now be used with almost any node tool. Just need to download type definitions for relevant application, like say for hapiJS)

### Servers
* Express (the default) (its actually a framework): https://expressjs.com/
* HapiJS (probably better alternative): https://hapijs.com/
* nes (adds websockets to hapi): https://github.com/hapijs/nes

### Package managers:
* npm: the default
* yarn (facebook): better in many respects (but there are some problems in production deployment, as there is with npm)

以上是关于markdown Javascript / Typescript库的主要内容,如果未能解决你的问题,请参考以下文章

推荐一个markdown格式转html格式的开源JavaScript库

推荐一个markdown格式转html格式的开源JavaScript库

JavaScript 如何将 HTML 转成 Markdown?

Javascript中的Markdown解析器[关闭]

javascript 仅在markdown语法中解析斜体

markdown JavaScript - 调用,应用,绑定