psrheartache
blog
编程
标签
归档
Github
psrheartache
blog
编程
标签
归档
Github
Miracles sometimes occur,
but one has to work terribly for them.
人生除了眼前的苟且,还有未知的
bug
和看不懂的
code
Scroll
Node 是一个面向网络而生的平台,它具有事件驱动、无阻塞、单线程等特性,具备良好的可伸缩性,使得它十分轻量,适合在分布式网络中扮演各种各样的角色。同时 Node 提供的 API 十分贴合网络,适合用它基础的 API 构建灵活的网络服务。就是给大家介绍 Node 在网络通信编程方面的具体能力。 利用 Node 可以十分方便的搭建网络服务器。在 Web 领域,大多数的编程语言需要专门的 Web ...
Node.js 网络通信
2019-04-15
psrheartache
#TCP
#UDP
#http