Skip to content

code4craft/moonlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moonlink

A short url service based on OpenResty and redis.

Get started

Download and install OpenResty

Download and install redis

start redis:

redis-server

start nginx:

nginx -p /path/of/moonlink -c conf/moonlink.conf 

Performance

Intel i5 core*4 4G RAM

ab -n100000 -c100 -r http://127.0.0.1:8080/c9613a
Requests per second:    8896.09 [#/sec] (mean)
Time per request:       11.241 [ms] (mean)
Time per request:       0.112 [ms] (mean, across all concurrent requests)

About

A short url service based on OpenResty and redis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages