Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlchntoz/re-chat
💬Simple and dirty chatroom with private and global rooms built on-top of Socket.IO, TocasUI and Node.js
https://github.com/jlchntoz/re-chat
chatroom nodejs socketio tocasui
Last synced: 23 days ago
JSON representation
💬Simple and dirty chatroom with private and global rooms built on-top of Socket.IO, TocasUI and Node.js
- Host: GitHub
- URL: https://github.com/jlchntoz/re-chat
- Owner: JLChnToZ
- License: wtfpl
- Created: 2017-04-07T04:33:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T07:37:19.000Z (almost 8 years ago)
- Last Synced: 2024-11-01T06:25:41.824Z (2 months ago)
- Topics: chatroom, nodejs, socketio, tocasui
- Language: HTML
- Homepage: https://chat.moka-rin.moe/
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RE:Chat
=======
Simple and dirty chatroom with private and global rooms built on-top of [SocketIO](https://socket.io), [TocasUI](https://tocas-ui.com/) and [Node.js](https://nodejs.org/).~~The purpose and the reason of making this piece of sh*t is just for goofing off in office, good kids should not doing this LOL.~~
Installation
------------
```bash
$ npm install
```
, then run it:
```bash
$ node index.js
```
...or
```bash
$ forever start index.js
```
if you have [forever](https://github.com/foreverjs/forever) and you want it run at background forever.License
-------
[![WTFPL](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-2.png)](LICENSE)Copyright © 2017 Jeremy Lam "JLChnToZ"
This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fu*k You Want To Public License, Version 2,
as published by Sam Hocevar. See the [LICENSE](LICENSE) file for more details.