wasm-http-server/README.md

56 lines
1.6 KiB
Markdown
Raw Normal View History

2019-11-26 23:22:12 +01:00
<h1 align="center">Welcome to go-wasm-http-server 👋</h1>
<p>
2021-01-24 21:28:56 +01:00
<a href="https://pkg.go.dev/github.com/nlepage/go-wasm-http-server#section-documentation">
<img src="https://pkg.go.dev/badge/github.com/nlepage/go-wasm-http-server.svg" alt="Go Reference">
2019-11-26 23:22:12 +01:00
</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>
2021-01-28 11:05:59 +01:00
> Build your Go HTTP Server to [WebAssembly](https://mdn.io/WebAssembly/) and embed it in a ServiceWorker!
2019-11-26 23:22:12 +01:00
2021-01-28 11:05:59 +01:00
✨ [Demos](https://nlepage.github.io/go-wasm-http-server/)
2019-11-26 23:22:12 +01:00
## Install
2021-01-24 21:28:56 +01:00
TODO
2019-11-26 23:22:12 +01:00
## Usage
2019-11-26 23:35:27 +01:00
TODO
2019-11-26 23:22:12 +01:00
2019-11-27 07:22:07 +01:00
## Why?
TODO
## How?
TODO
2019-11-26 23:22:12 +01:00
## Author
👤 **Nicolas Lepage**
2021-01-28 11:05:59 +01:00
* Website: https://nicolas.lepage.dev/
2019-11-26 23:22:12 +01:00
* 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
2021-01-24 21:28:56 +01:00
Copyright © 2021 [Nicolas Lepage](https://github.com/nlepage).<br />
2019-11-26 23:22:12 +01:00
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)_