Update readme

This commit is contained in:
Ken-Håvard Lieng 2016-01-18 03:13:52 +01:00
parent be67cb3977
commit 35f806c18d
1 changed files with 19 additions and 1 deletions

View File

@ -5,8 +5,9 @@
### Features
* Searchable history
* Persistent connections
* Multiple users
* Multiple servers and users
* Automatic HTTPS through Let's Encrypt
* Client certificates
## Usage
There is a few different ways of getting it:
@ -64,3 +65,20 @@ For development with hot reloading enabled just run:
```bash
gulp
```
## Libraries
The libraries this project is built with.
### Server
- [Bolt](https://github.com/boltdb/bolt)
- [Bleve](https://github.com/blevesearch/bleve)
- [Cobra](https://github.com/spf13/cobra)
- [Viper](https://github.com/spf13/viper)
- [Lego](https://github.com/xenolf/lego)
### Client
- [React](https://github.com/facebook/react)
- [Redux](https://github.com/rackt/redux)
- [React Router](https://github.com/rackt/react-router)
- [Immutable](https://github.com/facebook/immutable-js)
- [Lodash](https://github.com/lodash/lodash)