freechat/freechat-client
shockrah 1e6a9ac844 +Setting proper callbacks on
* Prefering server domains for get's in build_server_list

* Fixing jsdoc for new_node to not be garbage
2021-01-28 18:01:38 -08:00
..
assets moving logo into client for the meme 2020-12-07 22:16:42 -08:00
libs renamed libraries directory to libs/ 2020-04-17 18:49:02 -07:00
pages Moving some initialization logic to its own module 2021-01-25 18:21:35 -08:00
sass Modularized modal styling's 2021-01-28 12:40:31 -08:00
scripts Basic window now uses the correct css paths for building 2020-12-06 15:26:22 -08:00
src +Setting proper callbacks on 2021-01-28 18:01:38 -08:00
.gitignore dev things 2021-01-27 19:20:53 -08:00
example-dev-config.json dev things 2021-01-27 19:20:53 -08:00
main.js Adding event handler for config request that only happens once on load 2021-01-01 20:01:37 -08:00
make Loading configs asynchronously now as well as with better error logging for the user 2021-01-06 15:22:27 -08:00
package-lock.json jsonwebtoken library added 2021-01-28 16:20:08 -08:00
package.json jsonwebtoken library added 2021-01-28 16:20:08 -08:00
preload.js ! More restructuring changes 2020-12-06 14:45:06 -08:00
readme.md commiting in case the kivy trial fails 2020-03-16 19:36:10 -07:00

Client Build

This will be where we keep the code for the web-based-client. This client comms with our server code base found under /server/ in this repository.

Client Config Description

For unix based systems configuration will be found at $HOME/.config/freechat-client/config.json. There a few top levle items that I will describe here.