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

https://github.com/steelx/rust-rocket-chat-app

Simple Websocket based Chat app using Rocket.rs
https://github.com/steelx/rust-rocket-chat-app

rocket-rs rust websocket

Last synced: 5 months ago
JSON representation

Simple Websocket based Chat app using Rocket.rs

Awesome Lists containing this project

README

          

# Simple Rust ws-rs chat app

![image](https://user-images.githubusercontent.com/3184210/81685115-6c765400-9475-11ea-8b3d-0e46a8b5d087.png)

## Setup
`cargo run`

## Frontend
`cd /static/chat`
```bash
npm install
browserify index.js > bundle.js
```