freechat/tui
shockrah f92ced1241 + Websocket setup is almost proper but it completely hangs after we start listening for connections
Of course this is an issue because we can no longer get data from the user
A full rearchitecting may be in order here however its not impossible to modify the current architecture so far

The main issue here is that the cache is doing too much I think

If the termion(main input) task does its thing, and a socket task,
waits around waiting to build a sub task(socket) then we may be able to
pass messages to the socket task to open up sockets when request
This allows us to have shared state via message passing and a main task
can take care of updating the cache.

The renderer can then request data from the cache when it needs to render stuff
2021-04-09 22:10:08 -07:00
..
src + Websocket setup is almost proper but it completely hangs after we start listening for connections 2021-04-09 22:10:08 -07:00
.gitignore skeleton code ready to start pluggin in async fetch calls to remote servers 2021-03-20 15:00:49 -07:00
Cargo.lock Adding tungstenite for async websocket support 2021-04-09 21:55:31 -07:00
Cargo.toml Adding tungstenite for async websocket support 2021-04-09 21:55:31 -07:00
Makefile Adding option to build release version of tui 2021-04-07 20:42:30 -07:00