Javascript weekly 阅读
https://lemire.me/blog/2023/10/07/web-server-hello-world-benchmark-go-vs-node-js-vs-nim-vs-bun/
作者用不同的语言跑同样的 hello world,Bun 的吞吐和响应时间都遥遥领先。
Jarred Sumner, the author of Bun, said on X that fastify is not fast in bun right now but that Bun.serve() is more than twice faster than node:http in bun.
- Nim:Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
https://thenewstack.io/angular-qwik-creator-on-how-js-frameworks-handle-reactivity/
https://marketplace.visualstudio.com/items?itemName=Evidence.evidence-vscode
这个工具挺有意思,可以直接在 markdown 写语句查询数据生成 markdown 预览图表(实时的)。
适合企业内部对内的报表展示,例如本月的产品趋势、研发数据等等。
也适合需要对外展示不一样图表数据的官方文档,不需要开发人员,产品只需要改一下 SQL 就可以改文档展示。
https://ably.com/accounts/43334/apps/69946/getting_started
提供 sdk 可以一键提供实时协作的 SaaS 产品,有一些基础组件,例如聊天、人员、人员地址等,接入方式很简单。
但我在考虑这块一定需要接入用户系统(获取用户信息),而需要这类功能的应用一般是社区等(有很多人员信息的产品),会因为这个功能而选择这个 SaaS 产品吗?