Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathieuancelin/devoxx-web-crypto-demo
https://github.com/mathieuancelin/devoxx-web-crypto-demo
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathieuancelin/devoxx-web-crypto-demo
- Owner: mathieuancelin
- Created: 2019-04-04T14:41:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:06:16.000Z (almost 2 years ago)
- Last Synced: 2023-11-24T12:28:47.305Z (12 months ago)
- Language: JavaScript
- Size: 3.12 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
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).