lijian 69637ab487 规则引擎实现 4 年之前
..
testdata bc677c9466 first commit 6 年之前
README.md bc677c9466 first commit 6 年之前
config.go 6977d32d24 初步实现CoAP协议接入 6 年之前
errors.go 6977d32d24 初步实现CoAP协议接入 6 年之前
http_server.go bc677c9466 first commit 6 年之前
http_server_test.go bc677c9466 first commit 6 年之前
log.go 69637ab487 规则引擎实现 4 年之前
log_test.go bc677c9466 first commit 6 年之前
netif.go d1a828f7ec 更新获取IP的方式 6 年之前
netif_test.go bc677c9466 first commit 6 年之前
rpc_client.go 5ebf369a34 更新opentracing方式 6 年之前
rpc_client_test.go 5ebf369a34 更新opentracing方式 6 年之前
rpc_server.go bc677c9466 first commit 6 年之前
rpc_server_test.go bc677c9466 first commit 6 年之前
server.go 69637ab487 规则引擎实现 4 年之前
server_manager.go 2d229347e3 修复服务发现 4 年之前
server_test.go bc677c9466 first commit 6 年之前
tcp_server.go bc677c9466 first commit 6 年之前
tcp_server_test.go 6977d32d24 初步实现CoAP协议接入 6 年之前
timer_task.go bc677c9466 first commit 6 年之前
udp_server.go 6977d32d24 初步实现CoAP协议接入 6 年之前
udp_server_test.go 6977d32d24 初步实现CoAP协议接入 6 年之前
utils.go bc677c9466 first commit 6 年之前
utils_test.go bc677c9466 first commit 6 年之前

README.md

the server framework.

includes:

  • tcp/http service framework
  • rpc helper
  • stats api
  • timer task interface