Hey everyone! This is the fourth post in my new node.js modules you should know about article series. The first post was about dnode - the freestyle rpc library for node, the second was about optimist - the lightweight options parser for node, the th…
背景 参考了狂神老师的 Docker 教程,非常棒! https://www.bilibili.com/video/BV1og4y1q7M4?p=16 es 前言 es 暴露的端口很多 es 十分耗内存 es 的数据一般需要放置到安全目录!挂载 --net somenetwork ? 网络配置 下载并启动 es docker run -d --name elasticsearch -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node&q…
Let's start practicing using the redis key-value store from our node application. First require the redismodule, and then create a redis client that we can use to call commands on our redis server. Use the client to set the name key to your name. var…
Recently I built plug-ins support to my TemperatureStation IoT solution web site. The code for .NET Core is different from what we have seen on full .NET Framework (application domains etc) but there’s still nothing complex. This blog post describes…