Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhiokim/thron-api
https://github.com/rhiokim/thron-api
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhiokim/thron-api
- Owner: rhiokim
- Created: 2016-12-07T05:38:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-26T10:48:56.000Z (about 8 years ago)
- Last Synced: 2024-11-08T19:12:27.366Z (about 2 months ago)
- Language: JavaScript
- Size: 6.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Thorn API Server
Thorn is a API Server to manage naxsi rules. Rules are stored in a leveldb database, and can be added, deleted, modified, searched, importable and exportable in plain-text.## What's difference with Naxsi's Spike?
| | language | db | framework |
|------------|----------|--------------|------------|
| [Spike][2] | Python | Sqlite | flask |
| Thorn | Node.js | [LevelDB][1] | express.js |[1]: https://github.com/google/leveldb
[2]: https://github.com/nbs-system/spike## Run
```bash
$ cd /path/to/thorn-api-server
$ yarn or npm install
$ npm start
```And then you can see routing map of express.js server.
## with Postman (Restful Client)
If you're using [Postman](https://www.getpostman.com), please import `assets/spike.postman_collection.json` file into your postman## TODO
- MatchZone API
- Scores API## License
Only you :-)