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
- Host: GitHub
- URL: https://github.com/steelx/rust-rocket-chat-app
- Owner: steelx
- Created: 2020-05-12T11:56:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T01:30:33.000Z (about 4 years ago)
- Last Synced: 2025-10-12T08:13:28.432Z (9 months ago)
- Topics: rocket-rs, rust, websocket
- Language: JavaScript
- Size: 66.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Rust ws-rs chat app

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