分布式JSON对等协议 TeleHash

码农软件 · 软件分类 · JSON/BSON开发包 · 2019-04-01 21:12:20
  • 授权协议: Public Domain
  • 开发语言: JavaScript
  • 操作系统: 跨平台
  • 软件首页: http://telehash.org/

软件介绍

TeleHash 是一个新的用来实时和去中心化的JSON交互协议,可让应用在网络的边界直接进行连接。受益于 TeleHash,应用程序之间可高效的进行路由和分发小的数据。

示例:

// basic Telex with example command
{
    "_ring":43723,
    ".see":["5.6.7.8:23456","11.22.33.44:11223"],
}

// Telex with example signals
{
    "+end":"a9993e364706816aba3e25717850c26c9cd0d89d",
    "+foo":"0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33"
}

// Telex of a normal JSON object sent between to Switches
{
    "_to":"1.2.3.4:5678",
    "_line":63546230,
"profile_image_url": "http://a3.twimg.com/profile_images/852841481/Untitled_3_normal.jpg",
"created_at": "Sat, 08 May 2010 21:46:23 +0000",
"from_user": "pelchiie",
"metadata": {
    "result_type": "recent"
},
"to_user_id": null,
"text": "twitter is dead today.",
"id": 13630378882,
"from_user_id": 12621761,
"geo": null,
"iso_language_code": "en",
"source": "<a target="_blank" rel="nofollow" href="http://twitter.com/">web</a>"
},

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

Principles of Object-Oriented JavaScript

Principles of Object-Oriented JavaScript

Nicholas C. Zakas / No Starch Press / 2014-2 / USD 24.95

If you've used a more traditional object-oriented language, such as C++ or Java, JavaScript probably doesn't seem object-oriented at all. It has no concept of classes, and you don't even need to defin......一起来看看 《Principles of Object-Oriented JavaScript》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具