This time, I made a chat application "Scorch Chat" that runs on the web. No account registration required No download required It is supposed to be used as a disposable item.
Password can also be set
URL https://scorch-chat.herokuapp.com/
rails6 ruby2.7 heroku postgresql ActionCable slim
Same as usual.
It's about 5 days. It was said that the probability of hitting a web application is about 6% and it is better to hit the quantity rather than the quality, so I made it as soon as possible.
The bottom line is ** modifying the original code **.
It is difficult to write the code of the technology to be used for the first time at once. So, write a code that is as similar as possible to the app you want to make Drop it on github etc. and proceed with development with it. Then you can practice input and output I think it will be a good study method.
I used Action Cable for the first time this time, but at first I did not understand at all, but already Somehow I came to understand
I will cover it because it was talked about in other articles.
I think ** rails is not Owakon **. It's been said for a long time, but hasn't it become an Owakon yet? I think that is the answer.
I don't think it will be an Owakon unless there is a framework that overwhelms rails.
Thank you for reading this far.
Please use Scorch Chat! URL https://scorch-chat.herokuapp.com/
Recommended Posts