Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 Yarn

Then:

```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