💓 IRC Client for everyone!
Making open source alternative of IRCCloud is this project's very first goal. Join our IRC channel if you're interested!
- #openirc of Ozinger IRC network
- #openirc-test of Ozinger IRC network
▾ client/
▸ src/ # Client-side assets (js, css, ...)
package.json # Client-side libraries, build dependencies
webpack.config.js
...
▾ server/
▾ public/ # Files that will be statically served
▸ build/ # Build results of client-side assets
...
index.html
▸ src/ # Server-side codes (python)
requirements.txt # Server-side dependencies
...