Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florimondmanca/realchat
A web-based real-time chat room application made with Go, Svelte, and SocketIO.
https://github.com/florimondmanca/realchat
chat golang socket-io svelte
Last synced: 1 day ago
JSON representation
A web-based real-time chat room application made with Go, Svelte, and SocketIO.
- Host: GitHub
- URL: https://github.com/florimondmanca/realchat
- Owner: florimondmanca
- License: mit
- Created: 2018-04-22T20:58:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-30T15:36:05.000Z (about 3 years ago)
- Last Synced: 2025-01-13T02:49:44.854Z (3 days ago)
- Topics: chat, golang, socket-io, svelte
- Language: Svelte
- Homepage:
- Size: 2.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RealChat
A web-based real-time chat room application made with Go, Svelte, and WebSocket.
## Installation
Prerequisites:
* Install Go
* Install Node.js and YarnThen:
```console
$ make install
```## Quickstart
Run the backend server:
```console
$ make serve
```Run the client dev server:
```console
$ make client-dev
```For other available scripts, see `Makefile`.
## License
MIT