Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaviral17/gf-chat
https://github.com/yaviral17/gf-chat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaviral17/gf-chat
- Owner: yaviral17
- Created: 2024-07-24T21:14:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T14:03:15.000Z (6 months ago)
- Last Synced: 2024-09-15T08:58:56.437Z (4 months ago)
- Language: Go
- Size: 9.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GF-Chat (Go Flutter Chat)
A room based chat backend made for learning working with websockets and intigration of that with flutter
## API Reference
### Set .env
> `PORT` your custom port number
> `WELCOME` a welcome message which will be printed when visited at `http://{host_url}/`#### Get all items
> Already deployed one
```
Websocket wss://gf-chat-production.up.railway.app/api/chat/{room_id}
```
or> Running on localhost
```
Websocket wss://localhost:{PORT}/api/chat/{room_id}
```| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `room_id` | `string` | **Required**. Room Id |