10000 GitHub - lwqmyself/seckill-1: 一个基于Go语言的秒杀系统!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lwqmyself/seckill-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seckill

  • 系统架构图 系统架构图

  • 秒杀图 秒杀图

  • 秒杀脑图 秒杀脑图


接入层和逻辑层

  • 开启redis
  • 开启etcd

编译并运行服务

> cd seckill\SecProxy
> go build seckill\SecProxy\main
> main
> cd ..\SecLayer
> go build seckill\SecLayer\main
> main

浏览器中访问

http://localhost:9091/secinfo

http://localhost:9091/seckill?product_id=1079

Web管理层

  • 开启etcd
  • 开启mysql

编 4E00 译并运行服务

> cd seckill\SecWeb
> go build seckill\SecWeb\main
> main

浏览器中访问

http://localhost:9090

About

一个基于Go语言的秒杀系统!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.9%
  • TSQL 0.1%
0