golang 微服务框架 Dubbogo

码农软件 · 软件分类 · 微服务框架 · 2019-03-18 09:43:30

软件介绍

Dubbogo

Dubbogo 是与阿里巴巴dubbo兼容的golang微服务框架。

说明

Dubbogo 目前版本(0.1.1)支持的codec 是jsonrpc 2.0,transport protocol是http。

只要你的java程序支持jsonrpc 2.0 over http,那么dubbogo程序就能调用它。使用过程中如遇到问题,请先查看doc/question.list.txt.zip。

dubbogo自己的server端也已经实现,即dubbogo既能调用java service也能调用dubbogo实现的service。相应的代码示例请参考 https://github.com/AlexStocks/dubbogo-examples。

dubbogo 下一个版本(0.2.x)计划支持的codec 是dubbo(hessian),transport protocol是tcp。

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

Natural Language Processing with Python

Natural Language Processing with Python

Steven Bird、Ewan Klein、Edward Loper / O'Reilly Media / 2009-7-10 / USD 44.99

This book offers a highly accessible introduction to Natural Language Processing, the field that underpins a variety of language technologies, ranging from predictive text and email filtering to autom......一起来看看 《Natural Language Processing with Python》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具