Giter VIP home page Giter VIP logo

tokenserver's Introduction

TokenServer

token服务,提供token一致性服务以及相关的全局ID生成服务等

##API列表

##配置说明

<?xml version="1.0" encoding="UTF-8"?>
<config>
<httpserver httpport="8201" pprofport="8202"></httpserver>
<log filepath="/home/devfeel/tokenserver/logs"></log>
<redises>
    <redis id="tokenredis" serverip="127.0.0.1:6379" keypre="devfeel:TokenServer"></redis>
    <redis id="globalredis" serverip="127.0.0.1:6379" keypre="devfeel:TokenServer"></redis>
</redises>
</config>

##运行说明 假设执行文件安装在/home/devfeel/tokenserver/目录下:

  • tokenserver    可执行文件
  • innerlogs      程序内部日志目录
  • logs           程序业务日志目录
  • app.conf       程序配置文件

*默认配置下,会监听两个端口,一个为业务端口,一个为pprof端口

##外部依赖

  • mgo - gopkg.in/mgo.v2/bson
  • redigo - github.com/garyburd/redigo/redis

tokenserver's People

Contributors

devfeel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

tokenserver's Issues

TokenInfo一些问题

您好,让用户输AppID是不是不太好,毕竟用户的答案可能有汉字等特殊字符等。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.