This service powers winchatty.com. View the API documentation.
- Use the VSCode devcontainer.
- Edit
src/appsettings.jsonand fill in, at minimum, theSharedLoginandStoragesections. - In the
builddirectory, run./clean.sh && ./debug.sh.
- In the
builddirectory, run./clean.sh && ./publish.sh. - Make a deployment directory.
- Copy
build/publish/*.exeand*.dllto the deployment directory. - Copy your customized
appsettings.jsonto the deployment directory. - Run
SimpleChattyServer.exe. Usesc.exeto set it up as a Windows service.