Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aatxe/tupelo
A (work-in-progress) IRC client for the 21st Century.
https://github.com/aatxe/tupelo
irc irc-client rust vuejs webapp webview
Last synced: 9 days ago
JSON representation
A (work-in-progress) IRC client for the 21st Century.
- Host: GitHub
- URL: https://github.com/aatxe/tupelo
- Owner: aatxe
- License: agpl-3.0
- Created: 2018-03-07T20:06:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T23:08:27.000Z (over 4 years ago)
- Last Synced: 2024-12-05T14:42:15.492Z (2 months ago)
- Topics: irc, irc-client, rust, vuejs, webapp, webview
- Language: JavaScript
- Homepage: https://tupelo.app
- Size: 6.55 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: history-in-images/2018-03-07 at 10.53.50 PM.png
- License: LICENSE.md
Awesome Lists containing this project
README
# Tupelo
> irc for the web, powered by rust
**Note**: This is very much early work-in-progress. At the time of this writing, it is just a UI. It will hopefully soon be connected to a backend websockets server powered by [the irc crate](https://github.com/aatxe/irc).
## Build Setup
``` bash
# install dependencies
yarn install# serve with hot reload at localhost:8080
yarn start# build for production with minification
yarn build# build for production and view the bundle analyzer report
yarn build --report# run an electron session connecting to localhost:8080
yarn electron# run a webview session connecting to localhost:8080
cargo run
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
## License
```
Tupelo - IRC for the web, powered by Rust.
Copyright (C) 2018 Aaron WeissThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
```