]> git.cworth.org Git - zombocom-ai/history - index.js
Add infrastructure for doing proper sessions
[zombocom-ai] / index.js
2022-12-08 Carl WorthAdd infrastructure for doing proper sessions
2022-12-08 Carl WorthAdd exception handling to execution of image generation...
2022-12-08 Carl WorthHide image-generation form while generation is happening
2022-12-07 Carl WorthReplay previous images to a client when it first connects
2022-12-07 Carl WorthHook the server up to actually generate images
2022-12-07 Carl WorthAdd code to submit image generation instructions to...
2022-12-07 Carl WorthAnd now read in saved comments at server start
2022-12-07 Carl WorthWrite comments out to disk when the server exits
2022-12-07 Carl WorthAdd peristence of comments
2022-12-07 Carl WorthAdd the second half necessary for functional comments
2022-12-07 Carl WorthAdd a (half)-functional comment field
2022-12-07 Carl WorthMake a socket connection from client to server
2022-12-07 Carl WorthRewrite primary path as /index.html
2022-12-07 Carl WorthAdd a simple express server