Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ponyo877/go-wasm-p2p-chat
⚗️ P2P chat using WebRTC P2P DataChannel in Go WebAssembly ⚗️
https://github.com/ponyo877/go-wasm-p2p-chat
chat datachannel go p2p webassembly webrtc
Last synced: 21 days ago
JSON representation
⚗️ P2P chat using WebRTC P2P DataChannel in Go WebAssembly ⚗️
- Host: GitHub
- URL: https://github.com/ponyo877/go-wasm-p2p-chat
- Owner: ponyo877
- Created: 2024-05-28T09:00:19.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T12:04:59.000Z (7 months ago)
- Last Synced: 2024-08-15T10:27:12.556Z (4 months ago)
- Topics: chat, datachannel, go, p2p, webassembly, webrtc
- Language: Go
- Homepage:
- Size: 352 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-wasm-p2p-chat
A chat application that utilizes the WebRTC P2P DataChannel implemented with Go WebAssembly, allowing you to match and converse with random strangers.https://p2p-chat.pages.dev
## Backend Service
Deploy the following services as backend services:
- https://github.com/ponyo877/easy-matchmaking
- Matchmaking server to connect users
- https://github.com/OpenAyame/ayame
- Signaling server for WebRTC connections## License
The source code used in `go-ayame` directory are licensed under the following licenses:
```
Copyright 2020 Kazuyuki Honda (hakobera)Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.Modifications copyright (C) 2024 ponyo877
```