Go-node

码农软件 · 软件分类 · 网络工具包 · 2019-02-28 09:27:09

软件介绍

Go-node 是一个用 Go 语言实现的 Erlang/OTP node

已支持的功能:

  • Publish listen port via EPMD
  • Handle incoming connection from other node using Erlang Distribution Protocol
  • Spawn Erlang-like processes
  • Register and unregister processes with simple atom
  • Send messages to registered (using atom) or not registered (using Pid) processes at Go-node or remote Erlang-node
  • Create own process with GenServer behaviour (like gen_server in Erlang/OTP)

即将支持:

  • Initiate connection to other node
  • Supervisors tree
  • Create own behaviours
  • RPC callbacks
  • Atom cache references to increase throughput

本文地址:https://www.codercto.com/soft/d/302.html

Algorithms on Strings, Trees and Sequences

Algorithms on Strings, Trees and Sequences

Dan Gusfield / Cambridge University Press / 1997-5-28 / USD 99.99

String algorithms are a traditional area of study in computer science. In recent years their importance has grown dramatically with the huge increase of electronically stored text and of molecular seq......一起来看看 《Algorithms on Strings, Trees and Sequences》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具