• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

static/H16-Aug-2021-8,3756,938

test/H16-Aug-2021-212200

.eslintrcH A D16-Aug-20211.8 KiB7170

.gitignoreH A D16-Aug-202113 21

README.mdH A D16-Aug-2021559 2514

bindata.goH A D16-Aug-20211.3 MiB671485

gulpH A D16-Aug-202145 31

http.goH A D16-Aug-202125.9 KiB824709

http_test.goH A D16-Aug-202118.6 KiB645560

logger.goH A D16-Aug-2021363 2116

notify.goH A D16-Aug-20211.7 KiB7264

nsqadmin.goH A D16-Aug-20215.1 KiB199170

nsqadmin_test.goH A D16-Aug-20212.4 KiB10492

options.goH A D16-Aug-20212.1 KiB6247

package-lock.jsonH A D16-Aug-2021421.8 KiB12,18512,184

package.jsonH A D16-Aug-2021821 3837

static.goH A D16-Aug-2021217 168

static_debug.goH A D16-Aug-2021290 2014

static_legacy.goH A D16-Aug-2021107 84

README.md

1## nsqadmin
2
3`nsqadmin` is a Web UI to view aggregated cluster stats in realtime and perform various
4administrative tasks.
5
6Read the [docs](https://nsq.io/components/nsqadmin.html)
7
8
9## Local Development (Go 1.16+)
10
11### Dependencies
12
13 1. Install NodeJS 16.x (includes `npm`)
14
15### Live Reload Workflow
16
17 1. `$ npm install`
18 2. `$ ./gulp --series clean watch`
19 3. `$ go build --tags debug` (from `apps/nsqadmin` directory)
20 4. make changes to static assets (repeat step 3 only if you make changes to any Go code)
21
22### Build
23
24 1. `$ ./gulp --series clean build`
25