Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathieuancelin/devoxx-web-crypto-demo


https://github.com/mathieuancelin/devoxx-web-crypto-demo

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Demo Web Crypto API

## Build and start

```sh
yarn install
yarn build-client
yarn startt
```

## Dev mode

```sh
yarn install
yarn start-server &
yarn start-client &
```

## Usage

go to http://localhost:8080 and log in with [email protected]/password or [email protected]/password. Then you can write messages to other users (if they logged in at least once).