Joohansson / NanoRPCProxy

A relay, limiter, token and protection system for Nano node RPC & websocket interface

Home Page:https://api.nanos.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move to idiomatic javascript project structure

aspic opened this issue · comments

Suggest we move files to this structure:

├── src
│   ├── proxy.ts
│   └── ...files.ts
├── .dockerignore
├── .gitignore
├── .npmignore
├── Dockerfile
├── docker-compose.yml
├── package.json
└── REAME.md

Main reason for this is that it's a more idiomatic approach of structuring a Javascript project. Nice bonus is that we can stop running npm and docker with ---prefix/context.

Sure sounds good to me, as long as we update any references in the readme