wasm-http-server/README.md
Nicolas Lepage 9c65a54a24
🚧
2019-11-27 07:22:07 +01:00

59 lines
1.7 KiB
Markdown

<h1 align="center">Welcome to go-wasm-http-server 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000" />
<a href="https://godoc.org/github.com/nlepage/go-wasm-http-server" target="_blank">
<img alt="Documentation" src="https://godoc.org/github.com/nlepage/go-wasm-http-server?status.svg" />
</a>
<a href="https://github.com/nlepage/go-wasm-http-server/blob/master/LICENSE" target="_blank">
<img alt="License: Apache 2.0" src="https://img.shields.io/badge/License-Apache--2.0-yellow.svg" />
</a>
<a href="https://twitter.com/njblepage" target="_blank">
<img alt="Twitter: njblepage" src="https://img.shields.io/twitter/follow/njblepage.svg?style=social" />
</a>
</p>
> WebAssembly Go HTTP Server embedded in a ServiceWorker
### ✨ [Demo](https://nlepage.github.io/go-wasm-http-server/demo)
## Install
```sh
yarn add go-wasm-http-server
```
## Usage
TODO
## Why?
TODO
## How?
TODO
## Author
👤 **Nicolas Lepage**
* Website: https://nicolas.lepage.dev
* Twitter: [@njblepage](https://twitter.com/njblepage)
* Github: [@nlepage](https://github.com/nlepage)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/nlepage/go-wasm-http-server/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2019 [Nicolas Lepage](https://github.com/nlepage).<br />
This project is [Apache 2.0](https://github.com/nlepage/go-wasm-http-server/blob/master/LICENSE) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_