https://github.com/mark24code/mchat_server
irc like chat server
https://github.com/mark24code/mchat_server
Last synced: 11 months ago
JSON representation
irc like chat server
- Host: GitHub
- URL: https://github.com/mark24code/mchat_server
- Owner: Mark24Code
- License: mit
- Created: 2022-08-08T09:58:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T10:48:56.000Z (over 3 years ago)
- Last Synced: 2025-01-24T01:08:25.618Z (about 1 year ago)
- Language: Ruby
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mchat Server
Mchat is IRC like chat client.
This is Mchat server repo, client repo:
* [mchat_client](https://github.com/Mark24Code/mchat)
[Doc: 用Ruby打造一个命令行Slack](https://mark24code.github.io/ruby/2022/08/15/%E7%94%A8Ruby%E6%89%93%E9%80%A0%E4%B8%80%E4%B8%AA%E5%91%BD%E4%BB%A4%E8%A1%8CSlack.html)
## Prepare
make sure you run redis service
## ENV
provide ENV for the server.
`REDIS_URL`
## Find helpful rake tasks
`rake` or `rake -T`
all tasks in `config/tasks`, you can edit by yourself.
## Run server & develop
`rake server:dev`
## Production Server & deploy
`rake server:prod`
you can also use docker
`docker built -t .`
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).